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 ?

link|improve this question

Can you please include the PHP code you already have (remember to mask any authentication details) – ManseUK Jan 27 at 12:06
The same PHP code in developers.facebook.com/docs/chat – Ashok KS Jan 27 at 12:08
But that is just authentication using XMPP – ManseUK Jan 27 at 12:09
Ohh, then how make a chat window in my website ? – Ashok KS Jan 27 at 12:11
Have a look at this github.com/abhinavsingh/JAXL for the starting point - its a Jabber XMPP Client for PHP - that supports X-FACEBOOK-PLATFORM authentication – ManseUK Jan 27 at 12:15
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.