小编And*_*ani的帖子

获取Facebook事件时不受支持的获取请求

我有Facebook Graph end get data事件的问题.

如果我这样做(从这里:https://developers.facebook.com/tools/explorer):

GET /[event-id]/
Run Code Online (Sandbox Code Playgroud)

输出是:

{
  "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"
  }
}
Run Code Online (Sandbox Code Playgroud)

我有user_events权限访问令牌.

但如果我点击活动页面上的"Partecipate"按钮,那么在通话成功后.

如果我没有设置,我无法获得有关事件的信息rsvp_status

facebook-graph-api

2
推荐指数
1
解决办法
1700
查看次数

标签 统计

facebook-graph-api ×1