I’m trying to get all the comments of page post with name of who comment using this query:
{post_id}/comments?fields=from,message
but it doesn’t return the from
field
I’m using v16.0 of Facebook graph API.
my app was reviewed for this permissions pages_read_user_content, pages_read_engagement,pages_show_list
, I’m using page access token and the app is in live mode but nothing
is there anything I’m missing ?
i will be thankful for any help
i tried to inspect other apps are using this functionality and i believe we are requesting the same permission from user
2
Answers
to get user info you have to review your facebook app and get advance access of the permission then after you will get that data.
To get user info from comments you need:
pages_read_user_content, pages_read_engagement,pages_show_list
Business Asset User Profile Access
And a lot of patience… we send my app 12 times before approved the last permission.
Reference:
https://developers.facebook.com/docs/features-reference/business-asset-user-profile-access/