简体   繁体   English

使用Graph API从update_time排序的页面中获取Feed

[英]Get feed from page ordered by updated_time with Graph API

Since Facebook will deprecate FQL and I need to write a procedure that should get the latest updated post and comments I would opt for the 'me/feed' that gives me the possibility to search for a creation time window, but I need to order the result by last updates. 由于Facebook将弃用FQL,因此我需要编写一个程序来获取最新的更新帖子和评论,因此我选择了“我/提要”,这使我可以搜索创建时间窗口,但我需要订购最后更新的结果。

Is this possible? 这可能吗? If someone puts a comment on a post created a long time ago I would like this post to be first in my Posts result from the feed, what is the recommend procedure without FQL? 如果有人对很久以前创建的帖子发表评论,我希望该帖子在Feed中的帖子结果中排在第一位,那么没有FQL的推荐步骤是什么?

Greetings, Tim 蒂姆,问候

不幸的是,答案是“否”。Graph API到目前为止尚未提供任何此类功能。

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

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