Google Contacts Api Getting contacts in a certain group. (The my contacts group)

天大地大妈咪最大 提交于 2019-12-06 07:33:25

You can use the below URI in order to get the contacts of a specific group.

href="http://www.google.com/feeds/contacts/groups/userEmail/base/1234b"/

For reference and more information check the documentation of the Google Contacts API here in the Retrieving contacts using query parameters section.

The query parameters (including the group of course) that you may use are listed here in the Contacts query parameters reference.

Mahesh Mankar

Your request - https://www.google.com/m8/feeds/contacts/default/full?access_token=mytoken&alt=json&v=3

Group id - http://www.google.com/feeds/contacts/groups/userEmail/base/1234b

Then call to GET contacts of group

https://www.google.com/m8/feeds/contacts/default/full?access_token=mytoken&alt=json&v=3&group=http://www.google.com/feeds/groups/userEmail/base/1234b
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!