且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Google联系人API提取与联系人组相关的联系人

更新时间:2023-02-17 19:24:55

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.