This is the same as the question here that never got answered. I have set the user roles as admin for the account I am trying to access the page with. How can I enable this without submitting for review? v2.12
Asked
Active
Viewed 773 times
0
-
I'd guess it may not be possible, you might just have to submit the app for review? (And posting a question again won't necessarily help you get an answer if it wasn't answered last time, sorry.) This is probably a question for Facebook themselves though, whether you can grant this permission to an incomplete app for testing, and it looks like the only point of contact is the [Facebook Support Developers Group](https://www.facebook.com/groups/fbdevelopers). – Rup Apr 25 '18 at 23:39
-
please add your code and a detailed description. did you authorize your admin account with the permission correctly? – andyrandy Apr 26 '18 at 07:38
1 Answers
1
You can have this permission with a App Developer permission accessing the Graph API Explorer.
Unfortunately Facebook temporarily closed the review of new applications. But as a small app developer (less than 10 registered users), you'll be able to
- Select your application (You can not have "Graph API Explorer" selected)
- Click on "Get Token"
- then "Get User Access Token"
- Select the "read_page_mailboxes"
When completing the registration, select your page in the "Get Token" button, and finally you can use this API with the generated token.

Brayan Neves
- 329
- 1
- 15