tags:

views:

438

answers:

2

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.

+1  A: 

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

Michael Mior
this does, indeed, look very promising. Checking into it now.
Dr.Dredel
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
Awesome. I haven't actually tried it myself (other than the demo) but that's good to hear that it works :D
Michael Mior
A: 

Hi , I need to display gmail,yahoo,hotmail,twitter email contacts in my website. and I am using java . how can I implement above requirement in java ? Thanks mahinder

mahinder
you should post this as a question, rather than an answer :)The php library above did the trick for me. I think it would be pretty ugly, but you could call the php via Java and collect the results.
Dr.Dredel