2

I want to import yahoo contacts from yahoo credentials. In my application user will enter the credentials and his contacts should be imported. How can I do it ? I have already looked this Import Address Book from Gmail/Hotmail/Yahoo using C# and ASP.NET

but this does not helped much. Is there any rest call to yahoo by which I can import contacts ?

Community
  • 1
  • 1
Rocky Singh
  • 15,128
  • 29
  • 99
  • 146

2 Answers2

3

This is standard library. What is problem with this:

Here are some examples using Yahoo Address Book API:

For Gmail:

Gmail Agent API v0.5 / Mail Notifier & Address Importer

Naveed
  • 41,517
  • 32
  • 98
  • 131
0

Check out SocialAuth.NET

They cover all the social service providers, including Yahoo!.

Andreas
  • 705
  • 10
  • 22