up vote 0 down vote favorite
share [g+] share [fb]

I might be missing something but I'm trying to implement a contacts retrieval mechanism akin to the one that is offered by Google for Yahoo and Hotmail. Both APIs seem to require the user to actually go to their sites to log in. The documentation is really convoluted for both. I was hoping someone has done this and can point me to a simple way (if there is one) to allow the user to log in directly in my app and then for me to go and fetch their contacts for them (preferably in XML, but JSON would also do nicely).

I currently have a Perl script that goes and gets the gmail stuff and works very nicely. I was (maybe wildly optimistically) hoping that Yahoo and Microsoft would have similarly useful mechanisms.

link|improve this question

Should be. I never actually log on to the yahoo/hotmail to import my contacts in linkedin/facebook. – Broken Link Jul 24 '09 at 22:25
feedback

1 Answer

up vote 1 down vote accepted

Check out Open Inviter: http://openinviter.com. It has Yahoo, Hotmail, and many more :)

link|improve this answer
this does, indeed, look very promising. Checking into it now. – Dr.Dredel Jul 24 '09 at 23:08
yeah, this is totally fabulous. Their documentation is really shoddy, but the product works exactly as advertised. Server permissions may need to be tweaked to allow the php to examine the directories it needs to look at. – Dr.Dredel Jul 25 '09 at 1:08
Awesome. I haven't actually tried it myself (other than the demo) but that's good to hear that it works :D – Michael Mior Jul 25 '09 at 4:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.