I am developing an application that uses the Facebook API to manage and respond to comments on a page's posts. Everything is working correctly - I can view, respond to, and mark comments as answered. However, I have noticed that only the administrator of the Fanpage can see the responded comments (sent via the API) on Facebook.
Context:
- I am using an access token stored in my application's model.
- The comments are associated with public posts on a page.
- The application is currently in development mode.
- I am working in PHP with CodeIgniter 3, but the issue must be in the API configuration.
Problem:
- Only page administrators can see the comments through the application.
- I have verified that the token has the permissions pages_read_engagement and pages_manage_posts.
- The comments are public and visible when accessed directly on the page from Facebook, but only for the Admin.
Context:
- I am using an access token stored in my application's model.
- The comments are associated with public posts on a page.
- The application is currently in development mode.
- I am working in PHP with CodeIgniter 3, but the issue must be in the API configuration.
Problem:
- Only page administrators can see the comments through the application.
- I have verified that the token has the permissions pages_read_engagement and pages_manage_posts.
- The comments are public and visible when accessed directly on the page from Facebook, but only for the Admin.