Facebook Graph API - Get Page Commets
I'm working on a Facebook integration and need to retrieve comments from posts on any public Facebook Page (not just Pages I manage) using webhooks.
My app type is currently set to Consumer. I read that switching to Business might help, but I’m not sure if that alone will grant broader permissions.
1. What are the steps to follow to request access to public page comments for any Facebook Page?
- What app type should I create in the Facebook Developer Apps section, and which specific permissions should I request?
3.Can I convert my app type from Consumer to Business, and if I do, will that allow access to comments on any public Page?
4. How can I add a page to my app to receive comments via Webhooks for Pages I don’t manage?
What I’ve Tried:
My app type is currently set to Consumer. I read that switching to Business might help, but I’m not sure if that alone will grant broader permissions.
I’ve requested
pages_read_engagement
andpages_manage_engagement
, but they only seem to work for Pages that the app or user manages.Looked into
Public Content Access
, but the guidelines are unclear on how to access comments specifically.