我发现当我获取所有联系人的Feed时,Google Contacts API v3不会返回系统组:
https://www.google.com/m8/feeds/contacts/default/full
但如果我通过GET param提供v2:
https://www.google.com/m8/feeds/contacts/default/full?v=2
为联系人条目返回所有系统组。
当我尝试获取组列表时也是如此:
https://www.google.com/m8/feeds/groups/default/full
是否有另一种接收系统组的方法? 或者v3不再支持接收系统组了?
答案 0 :(得分:5)
Contacts API v3由?v = 3表示。如果未指定版本参数,则实际使用的是v1 API。