I am working with Facebook graph api for few days. I am trying to extract user\'s status and the information of reshared if any. I can easily find status of a user using
According new version of API 2.1 and documentation from here https://developers.facebook.com/docs/graph-api/reference/v2.1/post there is a new edge called "sharedposts"
As described here https://developers.facebook.com/docs/graph-api/reference/v2.1/object/sharedposts
This reference describes the /sharedposts edge that is common to multiple Graph API nodes. The structure and operations are the same for each node.
This edge represents any posts where the original object was shared on Facebook.