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.
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
Post a Comment