Facebook Api: Show Dialog Window For The User Select Page (manage_pages Extendend Perm)
I want ny users to give ny app 'manage_pages' extended pemission but i want my users to be able to select which of their pages they give permission to. I have this code which is re
Solution 1:
The only permission a user can give a page is the publish_stream
permission. All other permissions are user permissions. E.g., they are not selectable / customizable for pages.
The manage_pages
permission is an all or nothing permission. Either the user allows (all) pages access or none by giving this permission to an application.
Post a Comment for "Facebook Api: Show Dialog Window For The User Select Page (manage_pages Extendend Perm)"