【发布时间】:2018-04-10 09:20:22
【问题描述】:
我对 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 权限的访问令牌。
但是如果我点击活动页面上的“参与”按钮,那么通话成功后。
所以如果我不设置rsvp_status,我就无法获取有关事件的信息?
【问题讨论】: