FQL:获取朋友的朋友

发布于 2024-11-26 17:42:00 字数 111 浏览 0 评论 0原文

我如何使用 FQL 或其他 FB-API 获取我朋友的朋友? 在 Facebook 的普通网站上可以看到我朋友的朋友 如果我访问他的个人资料并将 ?sk=friends 添加到网址。

How could I fetch the friends of a friend of mine with FQL or something other of the FB-APIs?
At the normal website of Facebook it's possible to see the friends of a friend of mine
if I visit his profile and add ?sk=friends to the url.

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

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

发布评论

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

评论(3

谁人与我共长歌 2024-12-03 17:42:00

根据好友表上的 FQL 文档

无法检索朋友的朋友。

According to the FQL docs on the friends table

the friends of friends cannot be retrieved.

莫多说 2024-12-03 17:42:00

当您尝试访问朋友的朋友时,您会收到以下消息:

"Can only lookup for the logged in user 
or the logged in user's friends 
that are users of your app."

因此您只能检索已授权您的应用程序的朋友的朋友。

When you try to access a friend's friends you'll get this message:

"Can only lookup for the logged in user 
or the logged in user's friends 
that are users of your app."

So you can only retrieve a friend's friends who have authorized your app.

那伤。 2024-12-03 17:42:00

仅当您朋友的一位朋友、您的朋友和您(登录用户)使用同一应用程序并授予访问该数据的权限时,朋友的朋友才能访问。

Friends of friend can access only when one friend of your friend, your friend and you (loged user) use same app and give permission to access there data.

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