通过graph或fql找出用户使用了哪些应用程序
FQL 或 Graph API 是否有可能确定某人正在使用的应用程序的 ID?例如,要生成 FB 应用程序粉丝页面的链接或显示他们正在使用的应用程序的更详细概述?在 fql 中有一个表应用程序,但是如果不适合这样的事情,那么有什么用呢?
Is there any possibility in FQL or Graph API to determine the ID of the apps someone is using? For example, to generate links to the FB App Fan Pages or showing a more detailed overview of the apps they is using? In the fql there is a table application, but good for what, if not for things like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是你不能。您可以查询一个 应用程序 FQL 表,但它在应用程序 ID 上建立了索引或 api 键,这意味着您必须在 where 子句中指定这两个字段之一。唯一的选择是收集流行应用程序 ID 的集合并搜索它们。
Unfortunately you can't. There is an application FQL table that you could query but its indexed on app id or api key meaning you would have to specify one of those two fields in a where clause. The only option would be to gather a collection of popular app ids and search for those.