Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using Facebook OAuth 2.0 authorization in my app. There are a lot of examples over the internet.

There are some users accepted permission request from my app, unfortunately my app needs one more permission.

Does Facebook have an option to do this? I want keep it simple for user (not go to account settings, deauthorize app, etc.)

upd1

According to this user can revoke all extended permissions.

The user will be able to remove any of these permissions, or skip this stage entirely, which results in rejecting every extended permission you've requested.

So my app will got only basic permissions.

share|improve this question
I think Facebook APIs have something called "Extended Permission" which you can request, but you would have to re-dploy your app and have it reauthorised for those permissions to take effect. I did it using PHP SDK but i suppose C# SDK would have something similar. – Amn Nov 4 '11 at 11:31
1  
my question is how to do this reauthorization? – just.011f Nov 4 '11 at 11:36
@just.011f - Its all documented in the FB SDK – Ramhound Nov 4 '11 at 12:21
1  
@Ramhound i know, but i want to show permission popup always. If user once got authenticated via FB it will not show popup any more. developers.facebook.com/docs/beta/authentication The user will be able to remove any of these permissions, or skip this stage entirely, which results in rejecting every extended permission you've requested. so my app will have only basic permissions, but no extended ones, that i need – just.011f Nov 4 '11 at 12:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.