开发者

Filter Facebook Checkins by Date - Graph API

Does anyone know if there is currently a way to filter out checkins开发者_StackOverflow returned from the /me/checkins call so that it only selects places checked into for the current day?


You can use until and since with most graph queries, so try something like this:

https://graph.facebook.com/me/checkins?since=yesterday

The value you pass can be either a UNIX timestamp or any valid strtotime value.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜