I started filing for two permissions (manage_pages and read_insights) and it was approved. How can I request permission now?
The fact is that I already used permissions in my web application, but I didn’t have enough changes on April 30th. This means that my clients have already accepted permission earlier, but in case of changes they were deleted.
This is what my authentication code looks like:
https://www.facebook.com/dialog/oauth?client_id= {my appId} & redirect_uri = {my redirectUri} & auth_type = rerequest & scope = user_friends, email, public_profile, manage_pages, read_insights
This doesn't work at all ... I already used Fiddler to find out what was going on, and it says that I denied permissions. But I could not even accept them, because they did not ask me.
Can someone help me?
source
share