I am trying to fetch user contacts with all user details uaing the google API 3.0. I am able to get the JSON response with the details of the user.
$url = \'http
According the documentation, contactIid
is returned in the contact entry URL returned by the API:
http://www.google.com/m8/feeds/contacts/<userEmail>/base/<contactId>
So, giving your sample:
http://www.google.com/m8/feeds/contacts/sfdhitdf1%40gmail.com/base/1
We have these values:
userEmail: sfdhitdf1@gmail.com
contactId: 1