문제

I have Windows Desktop Application and i want to import Contacts from Yahoo. Is there any solution to import contacts from yahoo directly?.Since, YQL and OAuth are the option for Web development. Google provided an API for import contacts from gmail. which is pretty straight forward.

도움이 되었습니까?

해결책

Yes, I got my answer http://www.codeproject.com/Articles/91646/Implementing-Yahoo-Contact-Reader-Using-ASP-NET Since, Yahoo provide security all you need to do a Domain verification first. rest worked fine.

다른 팁

Yahoo did not provided any API for importing contacts through API. You can make use of REST to communicate with API - a good article of Implementing Yahoo Contact Reader In ASP.NET and CSharp will be helpful to you. Thank You

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top