I made the following call to the Contacts API
https://www.google.com/m8/feeds/contacts/default/full?alt=json&access_token=<<access_token>>&max-results=5000&v=3.0
It return a list of all my contact gmail contacts. I want only the Contact that I added into book.
Thanks in advance.