I need to get the shares count of a particular post in fb uisng graph api. I could'nt find any method to do so. I have followed the link below.
https://developers.facebook.com/docs/graph-api/reference/v2.3/object/sharedposts
It returns the data of the shared posts in pagination format. Is there any way to get the total count of the shares without fetching the whole data and without paginating within the data?
Please suggest!!
Just the field
shares
should give you the number of shares for aPOST_ID
Sample data from my feed