Search code examples
facebook-graph-apifacebook-appsfacebook-pagefacebook-permissions

FB Graph API - User is not able to see the comment posted by APP


Using graph api, I'm replying back (comment) to user's posts in our page. I'm passing page access token in the call to post comment and it is getting successful.

When I login with Page admin and open user's post, I can see the comment posted by my app.

But when I login as the test user, I'm not able to see the comment APP has posted.

PFA snapshots.

FB-Page Admin-Post view

FB-Test user -Page Post view

Can you please advise on what I'm doing wrong here.

Thank You..


Solution

  • @luschn's suggestion worked. By setting APP to Live from App settings resolved the issue. Now users are able to view comments posted by my APP.