问题
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