0
votes

I have been able to retrieve little infos (mainly email and id ) in JSon using Oauth2 the url:

https://www.google.com/m8/feeds/contacts/default/full?&max-results=5&alt=json

Now I want more details like name/ phone number . Is it possible in one call with one url ?

Thanks

1
works with :google.com/m8/feeds/contacts/default/full?&alt=json so I think adding max-result trunk the result .romu31

1 Answers

0
votes

I think you may be using the google example code. The information you need is retrived by this url, part of the example code is wrong, it seems like the information is not retrived. You'll find these stackoverflow links useful:

Google Contacts API XML parsing with PHP

Fetch Contacts from google