集成 Facebook 聊天
我正在考虑将 Facebook 聊天集成到我自己的网站中。有 JavaScript API 吗?如果是这样,有人可以给我指出一个示例/教程吗?
I was thinking of integrating facebook chat into my own site. Is there a JavaScript API for it? If so, can someone point me to a example/tutorial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Facebook 有一种聊天 API,可将其基于 xmpp 的聊天集成到基于 Web、桌面或移动即时消息传递产品中。
这是参考。
https://developers.facebook.com/docs/chat/
Facebook has one chat api to integrate its xmpp based chat into Web-based, desktop, or mobile instant messaging products.
Here is the reference.
https://developers.facebook.com/docs/chat/
Facebook 聊天使用 XMPP。您只需要用 javascript 编写一个 XMPP 客户端即可。甚至有一本书(相当不错,我读过!):http://professionalxmpp.com/
Facebook chat is using XMPP. You just need to write an XMPP client in javascript. There's even a book (reasonably good, I read it!): http://professionalxmpp.com/
这是您能得到的最接近的结果。 http://developers.facebook.com/docs/reference/plugins/live-流/
This is the closest you will get. http://developers.facebook.com/docs/reference/plugins/live-stream/