facebookfacebook-graph-apifacebook-comments

FACEBOOK GRAPH API - Find all comments a user has made


I see the API has fields for getting comments given a post/photo/page id. Is there a field to grab a all comments made by a user?

something like this /me?fields=comments?


Solution

  • No, comments are always bound to another resource (post, photo, ...). There is no API to get ALL comments made by the user.