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.
我想知道谁接受了我的应用请求或邀请加入我的应用。谢谢!
如果您使用 GraphPath 请求您的朋友列表/me/friends?fields=installed,您将返回一个字典,其中包含名为“已安装”的键和值“True”,如果该朋友拥有您的应用程序。如果他们没有您的应用程序,那么“已安装”密钥甚至都不存在,您只会获得朋友的常规信息。
/me/friends?fields=installed
所以基本上,发出 GraphPath 请求,然后检查它返回的字典中是否存在“已安装”键。如果有,他们就有了。