开发者

Integrating Facebook chat

开发者 https://www.devze.com 2023-02-09 01:30 出处:网络
I was thinking of integrating facebook chat into my own site. Is there a JavaScript API for it? If so, can someone point me t开发者_如何学JAVAo a example/tutorial?Facebook has one chat api to integrat

I was thinking of integrating facebook chat into my own site. Is there a JavaScript API for it? If so, can someone point me t开发者_如何学JAVAo a example/tutorial?


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 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/


This is the closest you will get. http://developers.facebook.com/docs/reference/plugins/live-stream/

0

精彩评论

暂无评论...
验证码 换一张
取 消