Reputation: 8614
I'd like to develop a simple web app to automatically post status updates on behalf of a Page I'm admin of. If I understand the docs correctly, I need to:
manage_pages
permission/me/accounts
the thing is, I need to have my application reviewed by Facebook in order to be able to request manage_pages
(extended) permission. However to undergo the review successfully my app needs to be functional.
How am I supposed to develop properly working app when I can't even test it against Graph API as I don't have the page access token?
Is there really no way to generate long-lasting Page Access Token manually and provide it to my web app?
Upvotes: 2
Views: 640
Reputation: 73984
You don´t need to go through the review process if it´s only an App for you. manage_pages
works without review for every User with a role in the App (Admin, Developer, Tester).
Upvotes: 1