【发布时间】:2018-04-05 19:18:15
【问题描述】:
我每天都在生成访问令牌。前两天,我用事件ID获取了这个事件的详细信息:
1852415531478014
facebook 活动是这样的
https://www.facebook.com/events/1852415531478014/
但是今天,graph 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 应用程序,我正在使用资源管理器中的应用程序令牌使用事件 ID 获取事件的详细信息
【问题讨论】: