针对“好友 ID”的单个 fql 查询显示最新照片
我正在寻找优化的 FQL 方式来获取每个 user_id 的最新照片,我现在唯一能想到的就是获取援助(相册 id)并查询每个援助的照片...(这是大量查询)
I am looking for optimized FQL way getting latest photos per user_id, the only one I can think now is to get aid's (album id's) and query each aid for photos ... (this is lots of querying)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用子查询,应该像这样:
希望这有帮助
You can use subquery, should be like so:
hope this helps