Google Contact API Fetch Contacts related to a Contact Group

你离开我真会死。 提交于 2019-12-02 09:05:58

Okay fellas. I found the answer.Here it is.

The supposed Request URI to retrieve contacts related to a contact group is like this: https://www.google.com/m8/feeds/contacts/default/full?&group=http://www.google.com/m8/feeds/groups/yourmail%40gmail.com/base/xxxxxxx

where xxxxxx is the contact group id.

Before this I'm using this Request URI : https://www.google.com/m8/feeds/contacts/default/full?&group=xxxxxxx

where xxxxxx is the contact group id and the result is will be failed because I'm just put the group id instead of use full uri of contacts group .

So that's all.Hope its help.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!