api - Get Facebook Post Data (likes, comments, shares) -
i searched lot , still didn't find (and simple) way likes, shares , comments posts in facebook. maybe through graph api? i'm not sure how build query, can me out?
thanks!
likes: /v2.3/<object_id>/likes
https://developers.facebook.com/docs/graph-api/reference/v2.3/object/likes
comments: /v2.3/<object_id>/comments
https://developers.facebook.com/docs/graph-api/reference/v2.3/object/comments
shares: /v2.3/<object_id>/sharedposts
https://developers.facebook.com/docs/graph-api/reference/v2.3/object/sharedposts
this information google.
this resource getting started graph api.
Comments
Post a Comment