开发者

Can the facebook API fetch only NEW comments?

开发者 https://www.devze.com 2023-02-26 11:17 出处:网络
Imagine you wanted to fetch the entries on a facebook page and its related comments to bring it into another application. That works fine using the facebook API.

Imagine you wanted to fetch the entries on a facebook page and its related comments to bring it into another application. That works fine using the facebook API.

B开发者_运维技巧ut if you want to track and fetch only those 'new' comments to previously already fetched posts, is it possible?


Yes, you can use FQL and query the tables directly

https://developers.facebook.com/docs/reference/fql/

https://developers.facebook.com/docs/reference/fql/comment/

You will of course need to keep track of the last time you checked for comments for a given post, and constrain the query with the time column.

0

精彩评论

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

关注公众号