0

is that possible to automatically updated gmail hotmail or yahoo address book or contacts from direct website? if yes then any kind of example available?

For Example

if any customer's or user's registered with their emails then 
their emails should be automatically updated into my email 
address book or contact list?

1 Answers1

0

You should be able to do it with the Google Contacts API.

Good link with examples.

From Google Contacts API:

To create a new contact, send an authorized POST request to the user's contacts feed URL with contact data in the body.

https://www.google.com/m8/feeds/contacts/{userEmail}/full
brbcoding
  • 13,378
  • 2
  • 37
  • 51