To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook

33.1k views Asked by At

Facebook app review approval

As you can see in the screenshot above, I got Facebook app review approval but now I tried to access Facebook public page posts and comments per page. Still, I am getting bellow massage in R Console:

Error in callAPI(url = url, token = token, api = api):

(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.

3

There are 3 answers

9
CBroe On BEST ANSWER

I got Facebook app review approval

No, you didn’t ...

enter image description here

You filled out all the necessary info, so that you now can submit your review - that’s what those green check marks mean.

If you actually had this reviewed already, then it would show a green circle in front of the permissions, and would not show “Edit Details”.

0
Md Shoeb Abdullah On

If your app need access token for a page that has same admin as the app then you can get it using manage_pages permission, otherwise (for pages has different admins) you need "Page Public Content Access" permission.

5
MilanGM On

If you are stuck in an infinite loop of app approval (Facebook doesn't want to approve your app because "use case data is not visible") I think that the only solution is to temporary create your own page (or use some of your existing pages) and then crawl that page's content.

Here's what the Facebook say about "Page public content access":

"While you are testing your app and before you submit it for review, your app can only access content on a Page for which the following is true: The person who holds the admin role for the Page also holds an admin, developer, or tester role on the app. If you want the app to be able to access public content on other Pages, you must submit this feature for review. Once you set your app to live mode, it will not be able to see any Page public content without this feature."