Search code examples
facebookfacebook-graph-apivideovideo-streamingcomments

I can't get other user comments on my video with facebook graphs API


i'm used facebook graphs API for get comments on my video but when i send request it's response only my comments on video. What should I do to get all comments?
this is url : https://graph.facebook.com/v11.0/{video_id}/comments?access_token={ac_token}


Solution

  • You can read here (under the limitation section) that the user can only get info for his comments because the other users comments are not avaiable due to privacy restrictions.