简体   繁体   中英

Facebook Graph API - how to get total share count of a video

I'm trying to find a way to get only the total number of shares of a video post, using version Graph API v2.9.

The sharedposts endpoint return full post object, and only batches of 8. https://developers.facebook.com/docs/graph-api/reference/video/sharedposts/

The ?fields=shares parameter, can't be apllied on video objects.

Is there a way to get this data?

(ps: I wanted to tag this question also with facebook-graph-api-v2.9, but this tag still does not exist, and I don't have enough reputation to create the new tag, if someone may add this tag please).

使用{page_id}_{video_id}/?fields=shares ,而不是仅使用video_id作为终结点

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM