简体   繁体   English

阅读按feed_time排序的Facebook feed

[英]Read facebook feed sorted by updated_time

How to read feed from facebook based on updated time through API? 如何通过API根据更新时间从Facebook读取提要?

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. FQL将被弃用,我不知道如何通过图API调用按updated_time对其进行排序。

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. 您目前无法在Graph API中应用自定义排序参数。 So, it's not possible to sort by updated_time . 因此,不可能按updated_time排序。 Furthermore, the read_stream permission will be phased out on April 30th 2015. 此外, read_stream权限将于2015年4月30日淘汰。

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. 如果您有v2.0应用程序,则可以在2016年8月7日之前使用FQL。也许这也是一个解决方案,并等待Graph API中的潜在更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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