up vote 15 down vote favorite
21
share [g+] share [fb]

I am a PHP developer who is kind of in a pickle. I'm trying to locate and/or build an API capable of speaking to Hotmail, Yahoo and GMAIL in order to retrieve contact lists (with the user's consent, of course). The one I'm having the most trouble finding is a Hotmail API.

Where would I start to look as far as finding either a working, stable API or the steps I could take to developing one for hotmail? Is there one that covers all of these bases that I could implement? Any help would be greatly appreciated!

Thanks!

EDIT: I did manage to get a few services up, however, I've been using Open Inviter for at least one client project, and it seems to perform well.

link|improve this question

PERECT QUESTIONTOIN thanks:) – johnnietheblack Apr 10 '09 at 20:00
Not quite duplicate: stackoverflow.com/questions/1180460/… – Michael Mior Sep 15 '10 at 17:31
feedback

5 Answers

up vote 10 down vote accepted

Some pointers:

Most of the scripts, etc. I found didn't really work. There's a commercial one which uses scraping to retrieve the contacts but I think those attempts are rather flawed. The above links should give you an example of how to access the address books on each service.

HTH

link|improve this answer
feedback

I know this is an old question, but since it was asked we've built CloudSponge. It's a single-point of integration for importing contacts from all the major sources.

We've got a widget for simple integration and a PHP library for people who want to use our API.

link|improve this answer
feedback

Rapleaf might have something for you:

http://www.phpclasses.org/browse/package/4436.html

It appears that this service plays cat and mouse with some providers, as not all e-mail providers offer a stable API for communicating with their services. (It would undermine their business model.) So, if you use these and the e-mail provider breaks the chain somehow, you're broken until Rapleaf catches up.

link|improve this answer
feedback

Plaxo has an API widget to import contacts from Gmail, Yahoo, AOL and Hotmail. You can view a demo of it in action here. It previously had a small issue with IE7 (last checked half a year ago), but if its resolved it might suite your needs.

link|improve this answer
Plaxo is also evil. I wouldn't want to move my contacts through their platform. – Till Sep 17 '10 at 12:10
Plaxo doesn't support this widget any more: blog.plaxo.com/2011/08/plaxo-widget-retirement – Jay Gibb Jan 18 at 21:17
feedback

For Gmail, try libgmailer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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