Facebook API错误子代码33

Ang*_*bey 11 curl facebook

我有一个应用程序,leads当webhook请求后,当引导填写表单时从Facebook 获取:有些页面抛出此错误:

{
    "error": {
        "message": "Unsupported get request. Object with ID '233332620530416' 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": "HIItB4mggfk"
    },
    "__debug__": {}
}
Run Code Online (Sandbox Code Playgroud)

我在Facebook的API文档中找不到错误子代码描述.

小智 3

检查您的访问令牌https://developers.facebook.com/tools/debug/accesstoken

您的应用程序可能缺少所需的权限范围。