0

After I add a permission, the user has to remove the app and add it again, in order to grant new permission. The weird thing is that when I request a permission that the user hasn't approved, I don't get an error, but rather only an empty result set.

How do I check if the user approved a permission?

Shadow The GPT Wizard
  • 66,030
  • 26
  • 140
  • 208
aikixd
  • 506
  • 5
  • 16
  • possible duplicate of [Facebook Apps: Additional permissions](http://stackoverflow.com/questions/4935979/facebook-apps-additional-permissions) – ifaour Feb 15 '11 at 19:16
  • 1
    The answer I posted above should answer your question. But just wanted to add a note.. **USER DOESN'T HAVE TO REMOVE YOUR APPLICATION TO ADD EXTRA PERMISSIONS!** – ifaour Feb 15 '11 at 19:17

1 Answers1

0

It is quite simple as you can just use the openn graph API to get that information

https://graph.facebook.com/me/permissions?access_token=....

Ole Dallerup
  • 111
  • 1
  • 7