使用 graph api 集成 Facebook 聊天

发布于 2024-10-18 00:21:32 字数 358 浏览 3 评论 0原文

我被要求使用 JavaScript 将 facebook 聊天集成到我的应用程序中。我浏览了聊天 api,但这需要一个域名 url。我必须在没有域或站点 URL 的情况下集成聊天。我尝试通过图形 api 填充在线好友列表,并且我能够使用客户端流程示例成功进行身份验证,但它不会重定向到我的本地主机: http://localhost:8090/chatplugin/success.html。弹出错误告诉我找不到资源。

是否可以使用图形 API 集成 FB 聊天?我是 FB api 的新手,我需要更多信息。

谢谢:)

I have been asked to integrate facebook chat in my application using javascript. I went through the chat api but that needs a domain url. I have to integrate the chat without the domain or the site url. I tried populating the online friends list through graph api, and I am able to successfully authenticate using the client flow example, but it does not redirect to my local host: http://localhost:8090/chatplugin/success.html. An error pops up telling me the resource is not found.

Is it possible to integrate FB chat using the graph api? I'm new to FB apis and I need more info.

Thanks:)

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

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

发布评论

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

评论(2

|煩躁 2024-10-25 00:21:32

简短的回答:不。

更长的答案:Graph API 可让您访问存储在 Facebook 社交图谱中的所有信息;社交图谱是一个巨大的网络,保存了有关人员、事件、消息等的所有信息。聊天不是图谱的一部分,它是一个单独的应用程序,也使用图谱中的信息来填充它。

虽然可能还有其他方法可以偷偷摸摸(我不知道),但 Graph api 无法提供您所需要的。

Short answer: no.

Longer answer: The Graph API lets you access all the information that is stored in Facebook's social graph; the social graph is the giant web that keeps all the information on people, events, messages, etc. Chat isn't part of the graph, it's a separate application, that also uses info from the graph to populate it.

While there may be other ways to sneak around (which I don't know), the Graph api doesn't provide what you need.

颜漓半夏 2024-10-25 00:21:32

请参阅 Facebook API 上提供的 API。

https://developers.facebook.com/docs/chat/

Please see the API available on Facebook API.

https://developers.facebook.com/docs/chat/

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