Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Scopes: publish_actions, manage_pages, publish_pages, user_managed_groups, user_posts, user_photos

I got this error when I try to connect my wordpress site with Facebook API using SNAP auto Poster plugin.

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

I already read this article in stackoverflow. And read this article in facebook about login permission. But still not find a clue on how to solve this.

I've also tried to remove the scopes one by one, but still facebook gives that error message.

like image 749
Piko Monde Avatar asked May 10 '18 07:05

Piko Monde


1 Answers

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.

https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#4-24-2018

like image 56
neelkanth_vyas Avatar answered Nov 04 '22 17:11

neelkanth_vyas