获取Facebook活动中的不受支持的获取请求
我有一个问题与Facebook Graph结束获取数据事件。
如果我(从这里:https://developers.facebook.com/tools/explorer):
GET /[event-id]/
输出是:
{
"error": {
"message": "Unsupported get request. Object with ID 'xxxxxx' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"error_subcode": 33,
"fbtrace_id": "D5OGA3wEZDB"
}
}
我有访问令牌与user_events
权限。
但是如果我点击事件页面上的“Partecipate”按钮,那么在通话成功之后。
因此,如果我没有设置rsvp_status
我无法获得有关事件的信息?
https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes
我们今天开始测试更强大的流程,新流程应在几周内恢复,但当前访问事件和组API的应用程序今天将失去访问权限 。
现在,这是不可能的,你只能等待。
我已经有同样的问题,我认为这不是原因,因为在这个页面上:https://developers.facebook.com/docs/graph-api/reference/event我们可以看到
如果需要,可以使用事件管理员的访问令牌
我们必须是活动的管理员才能获取活动详情:(
链接地址: http://www.djcxy.com/p/5571.html