I am trying to fetch the list of a person's contacts using Google People Api. It works well on the "try this interface" on the google developer console.
But while trying to fetch responses using googleapis
or
HTTP Call to
Returns:
{ "nextSyncToken": "^MisAxiFjnAAAABII_rKSh_Wz1gIQ_rKSh_Wz1gIux9KTpVj73mi1BREyou28OiQ0MTJmYmEyZi01ODJiLTQ1YzItODdmYi0xZjkxMDNkYTIxMDk" }
All the accesses and permissions seem alright. I am expecting a list of contacts but get only this one field. What am i missing here?