简体   繁体   中英

Read facebook feed sorted by updated_time

How to read feed from facebook based on updated time through API?

I tried "since" and "until" but both are reading the data based on created time.

FQL will be deprecated and i dont know how to sort it by updated_time with graph api call.

Anyone else found any solution or any other solution that i could use for updates?

Thanks

You currently cannot apply a custom sort parameter in the Graph API. So, it's not possible to sort by updated_time . Furthermore, the read_stream permission will be phased out on April 30th 2015.

If you have a v2.0 app, you can use FQL until August 7th 2016. Maybe this would be a solution as well and wait for potential changes in the Graph API.

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