I want no user to provide the extended pemission of the manage_pages application, but I want my users to be able to choose which of their pages they give permission to.
I have this code that is responsible for authentication and gets user permissions:
$('#btn-connect-facebook').click(function(){ FB.login(function(response) { if (response.session) { if (response.perms) { ->
How can I get the user to choose on which page he wants to give permissions? I tried adding enable_profile_selector, but it messed up with my perms (the dialog does not ask for all the necessary permissions.
thanks for the help
brpaz
source share