php - how do i automatically updated gmail hotmail or yahoo addressbook from website -


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

for example

if customer's or user's registered emails  emails should automatically updated email  address book or contact list? 

you should able google contacts api.

good link examples.

from google contacts api:

to create new contact, send authorized post request user's contacts feed url contact data in body.

https://www.google.com/m8/feeds/contacts/{useremail}/full 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -