新的 Facebook FQL 表与图形 API

发布于 2024-09-01 04:42:51 字数 384 浏览 5 评论 0原文

我刚刚阅读了新的 User fql 表字段 http://developers.facebook.com/docs/reference/fql/user

正如我所看到的,许多字段已被弃用,例如工作历史或书籍和电影。对于我的应用程序来说,在单个 fql 查询中获取用户朋友的所有这些字段非常重要。 如果我没记错的话,唯一的方法是使用 Graph API 为我的用户的每个朋友单独请求这些额外的字段。有没有什么方法可以更有效地做到这一点,而无需那么多调用?

我可以为我的用户的朋友订阅请求字段的实时更新(我不关心登录的用户数据)吗?

I just read the new User fql table fields at
http://developers.facebook.com/docs/reference/fql/user

As I can see a lot of the fields have been deprecated such as work_history or books and movies. It is quite essential for my app to get all those fields for my user's friends in a single fql query.
If i am not wrong the only way to do this is to get those extra fields using the Graph API by requesting them seperately for every friend of my user. Is there any way to do it in a more efficient way without so many calls?

Can I subscribe to real time updates for the request fields for my user's friends (i do not care about the logged in user data)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

兮子 2024-09-08 04:42:51

我意识到这已经很晚了,但也许这可能会帮助以后的人。

  1. 您无法订阅应用程序用户的好友进行更改
  2. 您可以通过获取 graph.facebook.com/me/friends?fields=name,birthday&access_token 来查询有关用户好友的信息(假设您有权访问数据) =...

I realize this is very late, but maybe this might help someone out later.

  1. You cannot subscribe to friends of your application's users for changes
  2. You can perform a query for information about a user's friends (assuming you have access to the data) by fetching graph.facebook.com/me/friends?fields=name,birthday&access_token=...
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文