I want to check the status of the extended permissions for a user of my Facebook app. I don't want to request permissions, I just want to know what permissions they have already granted access to. Is this possible?
I'm happy to use the Graph or REST API to do this in PHP or JS.