I need any opensource api for implementing address book imports for friend invites from Gmail, Yahoo, Hotmail, Aol etc..., it may be written in ajax, php or javascript.

openinvite.com is there but I can't download it for local testing since it is asking for a valid website domain.

conatact grabber is also but I got some problem in using it.

Finally I got a class for Google Contacts import it is just working smart simple just providing USERNAME and PASS.

Something like this im expecting for others. I need it to work in Drupal.

link|improve this question

67% accept rate
1  
Note that most open source libraries out there are doing screen scraping of the corresponding email service, which is explicitly prohibited by the EULA of most services. Google, Microsoft and Yahoo most likely will not object, though they would prefer if your app uses the official APIs; however, Facebook is known for banning users that use screen-scraping applications, and there might be other as well. So, consider well what library you would choose, if you don't want to get your users in trouble with their email/social network provider. – Franci Penov Apr 13 '10 at 7:35
@gobi, Did you get any chance to implement this feature in the site, if yes please share with me, Even i am looking for the same feature – gmhk Apr 20 '10 at 12:33
@Franci Thanks franci but we are working for a client and whatever he needs we need to do :) @harigm finally i implemented plaxo for easyness and its not supporting hotmail.if you find any plz let me know tht support most of the emails. – Gobi Apr 23 '10 at 10:54
feedback

closed as not constructive by Will Jan 10 at 19:34

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

Check out http://www.cloudsponge.com. Uses the Contact API's available from the sources to aggregate into a single API integration with your site. Import contacts from Yahoo, Gmail, Windows Live (MSN & Hotmail), AOL, Plaxo, Microsoft Outlook, and Apple Address Book. Includes libraries for JavaScript, PHP, and Ruby.

link|improve this answer
9  
You should mention that you work for CloudSponge... getsatisfaction.com/people/blair_de_jong – Anthony Dec 24 '10 at 14:19
and this seems to be costly as well – Vik Dec 10 '11 at 17:38
feedback

Visit http://svetlozar.net gmail contacts work fine but hotmail not working

link|improve this answer
svetlozar.net seems ok, but is not free... – David Conde Sep 22 '11 at 16:46
feedback
up vote 1 down vote accepted

I think

 Gigya http://www.gigya.com/ for drupal mostly
 plaxo http://www.plaxo.com/

will help for this

link|improve this answer
Plaxo works for us, but they don't do MSN/Hotmail/Live mail. – Django Reinhardt Nov 15 '10 at 17:36
how plaxo? can you get gmail contacts using plaxo programatically? – Amr ElGarhy Oct 13 '11 at 11:07
feedback

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