facebook图API停止工作

时间:2018-04-05 19:18:15

标签: facebook-graph-api

我每天都在制作访问令牌。两天前,我使用事件ID来获取此事件的详细信息:

1852415531478014

facebook事件是这个

https://www.facebook.com/events/1852415531478014/

但是今天,图表API会返回此错误

{
"error": {
  "message": "Unsupported get request. Object with ID '1852415531478014' 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": "BxdCziS18mQ"
  }
} 

直到前天工作完全正常,现在已经停止工作了。我在资源管理器工具中使用相同的用户访问令牌

https://developers.facebook.com/tools/explorer/

我有一个Facebook应用程序,我在资源管理器中使用App令牌,以使用事件ID获取事件的详细信息

1 个答案:

答案 0 :(得分:0)

https://developers.facebook.com/docs/apps/review(感谢Cambridge Analytica!)