Information of re-shared status

后端 未结 3 1484
后悔当初
后悔当初 2021-02-02 04:49

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-02 05:11

    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.

提交回复
热议问题