Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to provide screencasts to Facebook for app review

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?

like image 293
Huanonymous Avatar asked Jul 23 '18 12:07

Huanonymous


People also ask

How do I submit an app to review on Facebook?

Send a request for review After requesting advanced access for all needed permissions, navigate to the "App Review > Requests" section in the menu, and edit your pending request​​​​​. You must complete all steps and fill in the details for each of the requested permissions before you can submit them for review.

Does Facebook login require app review?

If your app asks for more than than public_profile and email , it will require review by Facebook before your app can be used by people other than the app's developers.

How long does Facebook app review take?

It typically takes us less than one week to process your submission, and often takes only 2 to 3 days, but may take longer during peak periods.


1 Answers

You can find the demo by facebook here: https://developers.facebook.com/docs/apps/review/server-to-server-apps/sample-submission/

like image 185
Himanshu Avatar answered Sep 25 '22 17:09

Himanshu