简体   繁体   中英

get facebook feed based on 'updated_time'

I need to get all last comments, which was made on my page. I know that each post have field called updated_time which updates each time when someone make a comment to the post. So what I really need is to get all posts, with updated_time after some moment.

You can use the since parameter in your request:

/{page_id}/feed?fields=id,message,updated_time,comments&since={unix_timestamp}

Replace {page_id} with the actual Page_ID, and {unix_timestamp} with the actual desired timestamp for the last changes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM