Programmatically fetching contacts from Yahoo! Address Book [closed]

[亡魂溺海] 提交于 2019-12-06 08:53:05

问题


Is there a way to programmatically log into Yahoo!, providing email id and password as inputs, and fetch the user's contacts?

I've achieved the same thing with Gmail, thanks to the its ClientLogin interface.

Yahoo Address book API provides BBAuth, which requires the user to be redirected to Yahoo login page. But I'm looking for a way to authenticate the user with Yahoo without the redirection. The way Ning.com handles it.

Code samples in Python will be much appreciated.

Thanks.


回答1:


You may want to look into the Contacts API provided by Yahoo!




回答2:


I just found a python script that solves my problem

http://pypi.python.org/pypi/ContactGrabber/0.1

It's not complete though, fetches only a portion of the address book.




回答3:


you can try this http://developer.yahoo.com/social/contacts/



来源:https://stackoverflow.com/questions/909508/programmatically-fetching-contacts-from-yahoo-address-book

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!