【发布时间】:2014-12-30 00:42:36
【问题描述】:
我想知道我如何才能在一段时间内获得 Facebook 帖子/分享/喜欢的确切数量,因为我在一周前提出了请求,而分享/喜欢的数量可能已经发生了变化。
我正在使用图形 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]
谢谢
【问题讨论】: