将 Chat Api 联系人 (jid) 与图 api 用户 ID 与 Facebook 链接的任何方式
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够获取 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.