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.
有可能知道他们安装了我的 fb 应用程序的 facebook 朋友吗?我已经尝试了一些直接使用在线 facebook 开发人员工具的方法,但我一直无法找到解决方案。我已经尝试过 Graph API 和 FQL
使用 FQL:
SELECT uid, name, is_app_user FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=me()) AND is_app_user=1