Jaimin Modi
Jaimin Modi

Reputation: 1677

"publish_action" permission in Facebook

I have created a demo for facebook integration using the latest Facebook SDK(4.6.0).

Before 2 days ago and my application was running successfully.

But, as of now my application could not share the status on Facebook and could not getting publish_action permission. I did not made any change in code.

Is anyone know why this happening ?

Upvotes: 0

Views: 1723

Answers (2)

KishuDroid
KishuDroid

Reputation: 5451

Facebook has released new api 2.5.

So you need to first update your api from your Deverloper facebook account.

Follow below steps :

1) Login with your facebook a/c

2) Check your app's API Version either it is 2.4 or 2.5..

3) If it is 2.4 then your app should be worked but if it's changed then you need to give permission from your account to share the status on facebook.

4) Go to Tool & support where select Graph and api.

5) And give publish_action permission over there.

For detailed explanation please refer below link :

iOS :How to get Facebook Album Photo's Picker

The above link is for album permission but you can set your required permission.

Hope it will help you.

Upvotes: 1

Aniruddha K.M
Aniruddha K.M

Reputation: 7521

did you change account or try to post in others account. As to post to wall apart from the developers account you need the app to be approved by facebook Please refer the following links. 1) https://developers.facebook.com/docs/facebook-login/permissions/v2.0#review 2) https://developers.facebook.com/docs/facebook-login/permissions/v2.0.

Upvotes: 2

Related Questions