OpenGraph v2.0中不推荐使用用户的mutualfriends连接,但是它仍然适用于OpenGraph v1.0一年。
我希望FQL mutual_friends_count字段也适用于anthor年。但是,它似乎不再受支持(返回null)。
有人知道这只是一个错误,还是设计错误?
答案 0 :(得分:0)
此错误已修复https://developers.facebook.com/bugs/242368225968716/(2014年5月8日下午4:34)
此查询适用于启用v1.0的应用
SELECT name,mutual_friend_count FROM user where uid IN (SELECT uid1 FROM friend where uid2=me()) order by mutual_friend_count