I am asking for a few extra permissions using the scope parameter when launching the facebook application. Is there any way I can know immediately which permissions have been denied by the user?
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.
|
|
|||
|
|
|
Query: https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fpermissions See https://developers.facebook.com/docs/reference/api/user/ for more information on the user object's permissions connection. |
|||
|
|
|
Here is a simple function (modified from a class I wrote to simplify Facebook API calls) to check if there are discrepencies between the 'scope' of the Facebook app and the permissions granted by the user.
Is assumes the scope is formatted in the following way:
|
|||||||
|
