PHP Facebook API:如何检索我与某人成为朋友的时间

发布于 2024-12-23 22:02:16 字数 202 浏览 2 评论 0原文

我很好奇是否可以通过 Facebook PHP API 获取“友谊”信息,即有关登录用户和他的一位朋友分享的友谊信息?

此页面上可见的信息:

https://www.facebook.com/profile.php?id=[YOUR ID]&and=[YOUR FRIENDS' ID]

这可能吗?

I'm curious if it's possible to get the "friendship" information via the Facebook PHP API, meaning information about the friendship the logged in user and one of his friends share?

Information that is visible on this page:

https://www.facebook.com/profile.php?id=[YOUR ID]&and=[YOUR FRIENDS' ID]

Is this possible?

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

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

发布评论

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

评论(1

谜兔 2024-12-30 22:02:16

通过 Graph API,您可以查询 /me 对象。您需要 relationship_statussignificant_other 这两个属性。我没有看到它在哪里指定“多长时间”部分。既不是来自 Graph API,也不是来自 FQL。

另请参阅图中的 me/family

Via the Graph API you can query the /me object. Two properties you will want relationship_status and significant_other. I don't see where it specifies the "how long" part. Not from the Graph API nor from FQL.

Also see me/family in the graph.

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