I want to integrate Facebook chat in my website. That's why I implement the PHP code in document, then after I get the response like this,
Test platform connect for XMPP
access_token: XXXXXXXXXX...XXX
server: chat.facebook.com
uid: XXXXX
app id: XXXXX
[INFO] Opening connection... connnection open
Authentication complete
Done
Actually I think that after executing the code, I will get a chat box in my page, but the above message is displayed. What to do make live the Facebook chat in my website ?