Search code examples
facebookfacebook-graph-api

Which permissions required for get post's likes in Facebook API (Granularity-daily)?


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?


Solution

  • Solved. pages_read_user_content permission as needed.

    Thanks to @CBroe