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.
我可以通过
[facebook requestWithGraphPath:@"me/friends" andDelegate:self];
但是列表包含所有的朋友,我怎么能得到只玩应用程序的朋友列表。
您可以在 OpenGraph 中查询已安装的字段:
[facebook requestWithGraphPath:@"me/friends?fields=installed,name" andParams:params andHttpMethod:httpMethod andDelegate:delegate];
这将返回您的朋友列表,其中一些将安装字段=1
这将为您提供已安装该应用程序的朋友列表
朋友.getAppUsers()