Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting "Invalid Scopes: publish_actions" error when requesting for publish_actions permission of Facebook on Android [duplicate]

Tags:

facebook

I am newer to make app using facebook iOS SDK.
My app need publish_actions to publish comment to user feed.
But I could not find the publish_actions from the list at review page to add.
I check the publish_pages, but I understood this permission is not used for user feed.
How can I add publish_actions for review item? Facebook Review

I noticed that Facebook Permissons Reference Page(https://developers.facebook.com/docs/facebook-login/permissions) dose not have publish_actions item anymore.

like image 275
penlight Avatar asked Apr 27 '18 12:04

penlight


1 Answers

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

Facebook Login

  • The publish_actions permission has been removed.

Facebook is making a lot of changes currently, due to the Cambridge Analytica “scandal”.

Some of the stuff that is currently disabled might return in one form or another; but this sounds like it might be final - and that publishing in the name of a user via API is simply not possible any more.


There’s also already a bug report regarding this, https://developers.facebook.com/bugs/1677448822335592/ - but the response from Facebook sounds like it might actually be gone for good.

like image 89
CBroe Avatar answered Nov 19 '22 17:11

CBroe