Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过 FQL 获得聊天中最活跃的朋友?
FQL中没有count()方法,所以不,不是直接的。您可以查询线程表,然后循环recipients返回以在您自己的脚本中对其进行计数。
count()
recipients
如果您查看文档中的新统一消息和相关表格,Facebook 似乎正在向消息传递系统添加功能。您将来也许可以做到这一点。