按日期从Facebook页面获取帖子

Tun*_*ung 5 facebook filter facebook-graph-api

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

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

Sha*_*ter 12

您可以使用参数sinceuntilstrtotime结合使用

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
Run Code Online (Sandbox Code Playgroud)

实例:

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

附加信息:

  • 帖子对象最近返回时返回,因此如果没有显示较旧的帖子,则可能需要关闭日期间隔或增加日期间隔 limit=