按日期从Facebook页面获取帖子

时间:2013-10-15 23:48:51

标签: facebook facebook-graph-api filter

Facebook页面是我们学习某些东西的有用渠道。但我在按日期过滤帖子时遇到问题:按指定日期获取所有帖子。旧职位上浮。

是否有任何Facebook API支持执行此任务?

1 个答案:

答案 0 :(得分:12)

您可以将参数sinceuntil strtotime

结合使用

strtotime(); 参考: http://php.net/manual/en/function.strtotime.php

使用Graph API Explorer的使用示例。

// example will return first 20 posts made between 15th of March, and 5th of April 2013.
example.com/feed?since=15+march+2013&until=5+april+2013&limit=20

直播示例:

https://developers.facebook.com/tools/explorer/135669679827333/?method=GET&path=shawndageek%2Ffeed%3Fsince%3D1%20january%202015%26until%3Dnow%26limit%3D20&version=v2.5

其他信息:

  • 发布对象最近返回最近,所以如果没有显示较旧的帖子,您可能需要关闭日期差距或增加limit=