Facebook Graph Graph API Comment Not Returning

I have a Facebook comment, and I would like to get the user ID of the author of the comment. I can get this information when a comment is posted on the page I own with this request:

https://graph.facebook.com/v2.11/ comment_id ? fields = from & access_token = access_token

However, the same does not work, when I refer to a comment that is not posted on my own page, the field from never returns. Is it possible to get the author of a comment posted on another page?

+4
source share
1 answer

Source: https://habr.com/ru/post/1691768/


All Articles