Facebook Graph Api v2.0 + - / me / groups返回空 [英] Facebook Graph Api v2.0+ - /me/groups returns empty

查看:208
本文介绍了Facebook Graph Api v2.0 + - / me / groups返回空的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用图形api v2.0获取我的组,但数据返回空:

I am trying to get my groups with graph api v2.0, but data returns empty:

{
  "data":  []
}

在此之前,我使用了v1.0和是可行的我使用:
https://graph.facebook.com/v2.2/252637181559106?fields=id%2cname&access_token=****

Before this I used v1.0 and this was workable. I use: https://graph.facebook.com/v2.2/252637181559106?fields=id%2cname&access_token=****

https://apigee.com 相同的结果( https:// apigee的.com /控制台/ Facebook的?REQ =%7B%22resource%22%3A%22getusergroups%22%2C%22params%22%3A%7B%22query%22%3A%7B%7D%2C%22template%22%3A% 7B%22user%22%3A%22me%22%7D%2C%22headers%22%3A%7B%7D%2C%22body%22%3A%7B%22attachmentFormat%22%3A%22mime%22%2C%22attachmentContentDisposition% 22%3A%22个数据%22%7D%7D%2C%22%22%3A%22get%22%7D

我收到我所有的小组?

推荐答案

https://developers.facebook.com/docs/facebook-login/permissions/v2.3


user_groups

使您的应用程序能够读取一个人是通过组边缘成员的组在用户对象上。

Enables your app to read the Groups a person is a member of through the groups edge on the User object.

此权限不允许您代表某人创建组。不可以通过Graph API创建组。

This permission does not allow you to create groups on behalf of a person. It is not possible to create groups via the Graph API.

审核

如果您的应用程序请求此权限,Facebook将不得不审查您的应用程序如何使用它。

If your app requests this permission Facebook will have to review how your app uses it.

有限的使用

该权限授予在Facebook尚不可用的平台上构建Facebook品牌客户端的应用程序。例如,Android和iOS应用程序将不被批准用于此权限。此外,Web,桌面,车载和电视应用程序将不会获得此权限。

This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission.

简而言之:Facebook自2015年4月30日起,大多数开发人员将不再批准user_groups权限。

这篇关于Facebook Graph Api v2.0 + - / me / groups返回空的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆