将 Chat Api 联系人 (jid) 与图 api 用户 ID 与 Facebook 链接的任何方式

发布于 2024-11-25 15:31:03 字数 99 浏览 0 评论 0原文

我有一个 Facebook 聊天应用程序,它已成功填充在线用户列表。

我希望能够使用特定用户的 jid 在线获取其图形 api 用户 ID。

这可以吗?

I have a facebook chat application which has successfully populated a list of users online.

I want to be able to get the graph api userid of a specific user online using their jid.

Is this possible to do?

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

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

发布评论

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

评论(1

风苍溪 2024-12-02 15:31:03

您应该能够获取 JID 的第一部分(@chat.facebook.com 之前的部分)并转到 https://graph.facebook.com/FIRSTPART,您将获得用户的基本信息(包括用户 ID)。有关 Graph API 的更多信息,请查看文档

You should just be able to take the first part of the JID (the part before the @chat.facebook.com) and go to https://graph.facebook.com/FIRSTPART and you'll get the basic information (including user ID) for the user. For more on the Graph API, check out documentation.

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