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.