我对Facebook Graph end get data事件有疑问。
如果我这样做(从这里: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
,我就无法获取有关活动的信息?
答案 0 :(得分:6)
https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes
我们今天开始测试更强大的流程,新流程应在几周内恢复,但目前正在访问事件和群组API的应用将无法访问。
现在,这是不可能的,你只能等待。
答案 1 :(得分:-1)
我已经遇到了同样的问题,我认为这不是原因,因为在此页面上:https://developers.facebook.com/docs/graph-api/reference/event我们可以看到
如果需要,事件管理员的访问令牌
我们必须是获取活动详情的活动管理员:(