如何查询 Facebook Graph 以获取之前连接过我的应用程序的用户?
如何查询 Facebook Graph 以获取所有与您的应用程序连接的用户?我不会存储用户首次连接应用程序时的用户 ID、电子邮件或任何其他数据。有没有办法追溯获取这些数据?
How do you query the Facebook Graph to get all the users who have connected with your application? I am not storing their user ID, email or any other data from the user when they first connected with the app. Is there a way to get this data retroactively?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么您可能不走运,因为您至少必须拥有用户 ID 才能查询
用户
FQL 表。最好的选择是实现一些东西,当现有用户返回您的应用程序并捕获当时的数据时,重新捕获旧的安装。You're probably out of luck then, as you have to have at least the user ID to query the
user
FQL table. Your best bet is to implement something that recaptures old installs as existing users come back to your application and capture the data at that time.