Facebook graph api facebook graph api get_Start按钮问题

Facebook graph api facebook graph api get_Start按钮问题,facebook-graph-api,chatbot,facebook-messenger-bot,Facebook Graph Api,Chatbot,Facebook Messenger Bot,在我不是管理员的facebook页面上,我订阅了我的facebook应用程序,这是一个聊天机器人。尽管聊天机器人已经在运行,但我无法通过以下调用设置get_started按钮: 它适用于我管理的页面,但对于此页面,我得到以下响应: "error": { "message": "(#200) User does not have sufficient administrative permission for this action on this page. If th

在我不是管理员的facebook页面上,我订阅了我的facebook应用程序,这是一个聊天机器人。尽管聊天机器人已经在运行,但我无法通过以下调用设置get_started按钮:

它适用于我管理的页面,但对于此页面,我得到以下响应:

    "error": {
        "message": "(#200) User does not have sufficient administrative permission for this action on this page. If the page business requires Two Factor Authentication, the user also needs to enable Two Factor Authentication.",
        "type": "OAuthException",
        "code": 200,
        "fbtrace_id": "44323423423423"
    }
}
访问令牌对页面具有以下权限: 电子邮件、管理页面、页面显示列表、阅读页面邮箱、页面消息、公共配置文件 令牌没有过期

有人能解释一下应该采取什么不同的做法吗

[更新]
出现问题的原因是用户不是页面管理员,只是一名编辑。

“一些人能解释一下应该做什么不同吗?”-我想,成为一名真正的页面管理员吧?您当前在页面上的角色是什么?我没有任何角色,我将无法成为所有要使用我的应用程序的页面管理员。页面管理员将我的应用程序连接到他的页面,因此他拥有管理员权限。它的工作原理与manychat类似,任何页面管理员都可以授予其页面权限,让应用程序自动回答问题。应用程序已经回答了所有的问题,问题在于“开始”按钮的声音,好像他们可能没有在页面上分配足够的“任务”级别。可用的选择是管理、创建内容、适度、广告和分析-不确定需要哪一个,但我怀疑它可能是完全管理。所以,去检查一下他们到底有哪一个。出现问题的原因是用户不是页面管理员,只是一个编辑。
    "error": {
        "message": "(#200) User does not have sufficient administrative permission for this action on this page. If the page business requires Two Factor Authentication, the user also needs to enable Two Factor Authentication.",
        "type": "OAuthException",
        "code": 200,
        "fbtrace_id": "44323423423423"
    }
}