FQL:按赞排序照片
有没有办法在 FQL 中检索按喜欢数量排序的照片?
Is there anyway to retrieve photos ordered by the number of likes in FQL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法在 FQL 中检索按喜欢数量排序的照片?
Is there anyway to retrieve photos ordered by the number of likes in FQL?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
请注意:我以前从未使用过 FQL,但昨天我需要这个精确的解决方案,所以我尝试了一下!
尝试在上一个答案的第一行添加对“like_info”的引用(也许like_info是你问这个问题后的新内容?):
这很可能会按照从最喜欢到最不喜欢的顺序返回答案。至少,它对我有用! :)
PLEASE NOTE: I have never played with FQL before, but I need this exact solution yesterday, so I gave it a go!
Try adding references to "like_info" in the first line in the previous answer (maybe like_info is new since you asked this?):
This may well give you answers returned in order from most to least liked. At least, it worked for me! :)
请注意:不再需要此解决方案,因为
like_info
已添加到照片中所以,我猜这是不可能做得很好?这是丑陋的解决方案:
Please note: This solution is no longer require as
like_info
has been added to photoSo, I'm guessing this is impossible to do nicely? Here's the ugly solution: