我有一个应用程序,可以以编程方式在配置的 Facebook 页面上发帖。我的应用程序显然已批准管理页面和发布页面权限,并且我正在使用页面访问令牌

从现在起一切都运转良好,但最近当我在页面提要上发布时
https://graph.facebook.com/v3.1/234002440799692/feed
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
{"error": {
"message":"(#200) Requires either publish_to_groups permission and app being installed in the group, or manage_pages and publish_pages as an admin with sufficient administrative permission",
"type":"OAuthException",
"code":200,
"fbtrace_id":"HEVcI\/Tq3fW"
}}
Run Code Online (Sandbox Code Playgroud)
我知道 Facebook 已弃用publish_actions范围,因此不可能再以编程方式在个人提要上发布,但我不明白为什么页面上的帖子会返回此类错误。一些进一步的信息:
任何建议将不胜感激谢谢
facebook facebook-graph-api facebook-apps facebook-permissions