wordpress 无效范围:publish_actions、manage_pages、publish_pages、user_managed_groups、user_posts、user_photos
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/50268120/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Invalid Scopes: publish_actions, manage_pages, publish_pages, user_managed_groups, user_posts, user_photos
提问by Piko Monde
I got this error when I try to connect my wordpress site with Facebook API using SNAP auto Poster plugin.
当我尝试使用 SNAP 自动海报插件将我的 wordpress 站点与 Facebook API 连接时出现此错误。
Invalid Scopes: publish_actions, manage_pages, publish_pages, user_managed_groups, user_posts, user_photos. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions
无效范围:publish_actions、manage_pages、publish_pages、user_managed_groups、user_posts、user_photos。此消息仅向开发人员显示。您的应用程序的用户将忽略这些权限(如果存在)。请阅读有效权限的文档:https: //developers.facebook.com/docs/facebook-login/permissions
I already read this articlein stackoverflow. And read this articlein facebook about login permission. But still not find a clue on how to solve this.
我已经在 stackoverflow 中阅读了这篇文章。并在 facebook 上阅读这篇关于登录权限的文章。但仍然没有找到如何解决这个问题的线索。
I've also tried to remove the scopes one by one, but still facebook gives that error message.
我也尝试过一一删除范围,但 facebook 仍然给出该错误消息。
回答by neelkanth_vyas
The publish_actions permission has been removed. Apps that have already been approved for publish_actions can continue using the permission until August 1st, 2018. If you want to provide a way for your app users to share content to Facebook and Instagram beyond this date, we encourage you to use our Sharing products instead.
已删除 publish_actions 权限。已获准用于 publish_actions 的应用可以继续使用该权限,直到 2018 年 8 月 1 日。如果您想为您的应用用户提供一种在此日期之后将内容分享到 Facebook 和 Instagram 的方式,我们鼓励您改用我们的分享产品.
https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#4-24-2018
https://developers.facebook.com/docs/graph-api/changelog/break-changes#4-24-2018