I started developing a Facebook app using the new Graph API.
I want to check if I have certain permissions, (say publish_stream
for example) for a certain user. I know that the old REST API had users.hasAppPermission
, but I don't see anything parallel to that in the new Graph API.
How can I do this?