I have this permissions:ads_read,read_insights,ads_management,pages_manage_ads, pages_manage_posts
but this API call doesn't work: post-id/comments
Documentation- https://developers.facebook.com/docs/graph-api/reference/post/comments/
I get an error:
{
"error": {
"message": "(#200) Missing Permissions",
"type": "OAuthException",
"code": 200,
"fbtrace_id": "AHxXdSj4NLHi7WVKhRYQWV2"
}
}
Any idea?
Solved. pages_read_user_content permission as needed.
Thanks to @CBroe