Mariusz Dalewski
Mariusz Dalewski

Reputation: 128

What will happen with my app if I not get permission from FB to use "publish permissions"

I have a iOS application with more that 20k users. All current app versions are asking for publish permissions from user, but I never used it.

I'm already working on new version without this permissions, but I wonder what will happen with my app after April 30, 2015 without FB review? I don't have to go thru it if I'll remove publish permission from my app.

User can be still able to log in using facebook?

Mariusz

Upvotes: 1

Views: 83

Answers (1)

cilantro
cilantro

Reputation: 548

What will happen after April 30th, 2015 is that the login dialog won't show this permission anymore to people who are not in the roles tab of your Facebook Application Dashboard Settings (meaning the general public).

If you are 100% sure you are not using this permission, you should be good to go. It is great you're already creating a version with this stripped. Remember to remove it from your Facebook Application Dashboard Settings as well.

If for some reason, you are using this permission (Any Graph API or Facebook Dialog to publish), your Facebook Integration will be broken.

More information can be found here: https://developers.facebook.com/docs/apps/review/login#pre-f8-apps

Upvotes: 3

Related Questions