使用应用程序寻找朋友
如何通过 Mogli 或 Facebooker2 以编程方式查找我的哪些朋友正在使用我的应用程序。
如果唯一的方法是使用 FQL 有人可以提供一个例子吗?
我认为下面的代码能够找到
select uid, name, is_app_user from user where uid in (select uid2 from friend where uid1=me()) and is_app_user=1
How to programmatically find which of my friends are using my application using Mogli or Facebooker2.
If the only way is to use FQL can someone provide an example?
I think the code bellow is able to find the
select uid, name, is_app_user from user where uid in (select uid2 from friend where uid1=me()) and is_app_user=1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚测试:
并且返回正确的结果,因此 FQL 实际上正在工作!
Just tested:
And is returning the correct results so FQL is actually working!