Facebook api – How to get from field of a facebook comment using Graph API
I am using the comment-id to get the from field and using the page access token: [comment-id]?fields=from&access_token=[PAGE_ACCESS_TOKEN] But I am not getting the desired output, I am getting back the comment-id only { "id": "[comment-id]" } I am not getting…