0
votes

I fetched contacts from Google Contacts API. But some contacts have an empty title field. On Google Contacts web app these titles exist. I think that Google uses People API to retrieve name for this type of contacts. How can I do the same?

1

1 Answers

0
votes

To start with, the difference between the two api's is how and what kind of contacts they fetch. People API gets contacts under "My contacts" while Contacts API list all contacts including "Other contacts". See reference from SO post. I f you need the list from "My contacts" you can use the Method: people.get. For reference, here is a link for google contacts api.