2

I need import yahoo contacts through api in to my application . any one have idea or any example please ?

一二三
  • 21,059
  • 11
  • 65
  • 74
  • 5
    What did you try ? Do you have some specific problem with your code ? *(People on SO are generally OK to help ; but don't really like "give me the code" questions)* – Pascal MARTIN Apr 14 '11 at 10:57
  • possible duplicate of [import contacts from gmail/hotmail/yahoo to php](http://stackoverflow.com/questions/5211868/import-contacts-from-gmail-hotmail-yahoo-to-php) – Pekka Apr 14 '11 at 10:57
  • Many more here: http://stackoverflow.com/search?q=php+import+yahoo+contacts – Pekka Apr 14 '11 at 10:57

2 Answers2

2

Try the CloudSponge contact importer API. If you use our open source PHP wrapper you'll get up and running really quickly and you'll get all the major address books (not just Yahoo).

I work for CloudSponge, drop me a line at support@cloudsponge.com if you have any questions.

Rael Gugelmin Cunha
  • 3,327
  • 30
  • 25
Jay Gibb
  • 483
  • 2
  • 12
1

Take a look at the Yahoo! Contacts API (documentation and examples):

Contacts are relationships that exist in your Yahoo! address book, such as those entered from across the Yahoo! Network like Yahoo! Mail and Yahoo! Messenger. The API enables your application to leverage those relationships by reading a user's Contacts information safely and securely, respecting that user's privacy and permission settings.

Muhammad Ummar
  • 3,541
  • 6
  • 40
  • 71