Reputation: 71
I have a Facebook app to publish content to my Facebook page automatically from a website. This app needs manage_pages & publish_pages permissions. Facebook asks apps to be reviewed in order to keep working. When I try to create a new submission for these permissions I have to provide screencasts of how my app uses these permissions. I can't provide such a video as this app gets called from PHP code. What should I do?
Upvotes: 7
Views: 5544
Reputation: 190
You can find the demo by facebook here: https://developers.facebook.com/docs/apps/review/server-to-server-apps/sample-submission/
Upvotes: 1