I want to integrate the Facebook chat system in my PHP based website. I have
searched developers.facebok.com for data, but it says very little about Jabber XMPP, and I don’t know how to use it. If you could post some step-by-step tutorial for integration of Facebook chat or any link for that tutorial that would be so nice of you.
I just want to add Facebook chat as I need to do add some on action events for this chat.
So I want a code tutorial for this. I’m searching for any direct code embedding.
I do not think that you can embed existing Facebook chat so you have to write your own client. As Facebook chat protocol is Jabber/XMPP, you have to implement a chat with XMPP capability.
There are some libraries mentioned on
http://xmpp.org/xmpp-software/libraries/. Maybe there is also a ready-to-use XMPP chat software.