我希望使用图表api v2.4获取包含其ID和名称的组列表。我在图api v2.3中尝试了这个,它获得了带有thieir id和名称的组列表。但是它在v2.4中返回空数组数据。
https://graph.facebook.com/v2.4/me/groups?fields=id,name
返回
{
"data": [
]
}
答案 0 :(得分:0)
您只能使用user_managed_groups
权限和/me/groups
端点获取您管理的群组列表。
user_groups
,因为您可以在更改日志中阅读:https://developer.apple.com/library/mac/documentation/CoreFoundation/Reference/CFBinaryHeapRef/