通过graph或fql找出用户使用了哪些应用程序

发布于 2024-12-03 11:39:56 字数 125 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栖迟 2024-12-10 11:39:56

不幸的是你不能。您可以查询一个 应用程序 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文