Facebook graph api 获取一段时间内facebook帖子/分享/喜欢的确切数量

Facebook graph api 获取一段时间内facebook帖子/分享/喜欢的确切数量,facebook-graph-api,Facebook Graph Api,我想知道我如何才能在一段时间内获得facebook帖子/分享/喜欢的确切数量,因为我在一周前做了一个请求,分享/喜欢的数量可能会有所变化 我使用graph facebook API处理如下请求: https://graph.facebook.com/[id page]/posts?access_token=[token]&fields=id,from,story,name,caption,type,status_type,object_id,created_time,updated_ti

我想知道我如何才能在一段时间内获得facebook帖子/分享/喜欢的确切数量,因为我在一周前做了一个请求,分享/喜欢的数量可能会有所变化

我使用graph facebook API处理如下请求:

https://graph.facebook.com/[id page]/posts?access_token=[token]&fields=id,from,story,name,caption,type,status_type,object_id,created_time,updated_time,shares,likes,comments&since=[timestamp_bebinning_week_before]&until=[timestamp_end]

谢谢

无法通过Graph API进行计数。您必须通过比较特定时间段的结果来生成计数