相关疑难解决方法(0)

Facebook API错误子代码33

我有一个应用程序,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文档中找不到错误子代码描述.

curl facebook

11
推荐指数
1
解决办法
1万
查看次数

标签 统计

curl ×1

facebook ×1