I started developing the Facebook application using the new graphical API.
I want to check if I have certain permissions (e.g. publish_stream) for a specific user. I know that the old REST API had users.hasAppPermission, but I do not see anything that would be in the new graphical API.
How can i do this?
source
share