Facebook页面是我们学习某些东西的有用渠道。但我在按日期过滤帖子时遇到问题:按指定日期获取所有帖子。旧职位上浮。
是否有任何Facebook API支持执行此任务?
答案 0 :(得分:12)
您可以将参数since
和until
与 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
直播示例:
其他信息:
limit=