3

i want to fetch the yahoo contacts from my android app, if i click the button it has to ask for log in to yahoo, after successful logging in we can able to fetch the contacts, is there any way to do like that or any sample code, please guide me, thanks in advance.

VKJ
  • 417
  • 2
  • 8
  • 17

1 Answers1

0

Check out http://developer.yahoo.com/social/contacts/ and sign up as a developer.

http://developer.yahoo.com/social/rest_api_guide/ysp_api_book.html For some more information.

Regarding to examples, there really are tons and tonnes of them out there. Either use their rest service directly or implement the SDK available at: http://developer.yahoo.com/social/sdk/index.html

David Olsson
  • 8,085
  • 3
  • 30
  • 38