6

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.

Piko Monde
  • 396
  • 1
  • 4
  • 18

1 Answers1

5

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

neelkanth_vyas
  • 192
  • 1
  • 7
  • I already try removing `publish_actions`, but still get that errors. – Piko Monde May 10 '18 at 19:43
  • I already have the permission in my app, but I still get error that I don't have the permission when I try to login with facebook. what could be the reason @NeelkanthVyas? – Ahmad Alkhawaja May 16 '18 at 10:11
  • 1
    dude the permissions are already deprecated please check the link: https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#4-24-2018 – neelkanth_vyas May 16 '18 at 11:31