Reputation: 43
I'm having a problem with publish_actions. I added publish_actions to Items, but got the error shown below:
It looks like you haven't made any API requests to access content
with the publish_actions permission in the last 30 days.
Please let me know how to fix this.
Upvotes: 4
Views: 2868
Reputation: 381
Previous answers do help. But for those who struggled like me, here's the trick:
You have to use the API to post something, but you can't just do that with any Facebook user. You have to use the APP OWNER's account. That's the Facebook user that you used to login to developers.facebook.com
None of any other accounts counts. Only that one can do it. When they say "YOU". They mean literally.
Hope this helps others with the same problem.
Upvotes: 2
Reputation: 1
Same problem with me .So I have a create dummy application using facebook graph api in which pubish_actions permission is used to post the data and when I login and post the data with another facebook id then it shows error of denied permission then i go again and submit the items again .The error goes it self .
Upvotes: 0
Reputation: 766
Are you in a situation of asking for the new "login review"? If so, I suspect (not sure) that Facebook checks that you, as the admin of the app, also uses the app and go through the relevant logic. I may be wrong, but see if it helps.
Upvotes: 4