Hi i like to implement like tell a friend concept in my website.if user clicks the links it has to fetch their gmail contacts and has to send the mail to their gmail/yahoo contacts. how can i do this? any sample site/link are wele. Thanks in advance.
Hi i like to implement like tell a friend concept in my website.if user clicks the links it has to fetch their gmail contacts and has to send the mail to their gmail/yahoo contacts. how can i do this? any sample site/link are wele. Thanks in advance.
Share Improve this question asked Feb 28, 2011 at 13:43 user622905user622905 2- 1 Did you ever bother to look at the related questions? – Shoban Commented Feb 28, 2011 at 13:46
- If you had use google app engine (java/python), you would have some easy functions to do the job. Either way, the user could export its own contacts as well : mail.google./support/bin/answer.py?hl=en&answer=24911 – vaugham Commented Feb 28, 2011 at 13:49
1 Answer
Reset to default 6For google contacts: Google Contacts Data API
For yahoo contacts: Yahoo! Contacts API
Also you can simply search for [Insert pany here] contacts API on any search engine and I will bet you will find plenty of examples.