如何在Facebook中列出我的应用用户? [英] How do I list my app users in facebook

查看:142
本文介绍了如何在Facebook中列出我的应用用户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试获取我的应用程序的所有用户。到目前为止,我发现这个方法:

I'm trying to get all the users of my application. So far I found this method:

SELECT uid FROM user WHERE is_app_user = 1 AND uid IN (SELECT uid2 FROM friend WHERE uid1 = $user)

但是,这个返回我的朋友正在使用该应用程序。我想要所有用户,无论他们是否是我的朋友。这样做可能吗?

However this return my friends who are using the app. I want all users, whether they are my friends or not. Is something like this possible?

推荐答案

出于安全考虑,这是不可能的。您必须登录您的应用程序用户,但是有关于此问题的限制。您可以查看: http://developers.facebook.com/policy/

It is not possible for security reasons. You have to log your app users but there are restrictions about this issue. You can check it out from: http://developers.facebook.com/policy/

这篇关于如何在Facebook中列出我的应用用户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆