Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@praveenkumar-66Ze92 • Jun 28, 2011
Dude, try using the right HTTP Access method. You might use GET to access it, when the method might not be supported. But this error seems to be from the Server Side, I meant, Facebook's. So you gotta wait until those people there fix it... 😐 -
@the-small-k • Jun 30, 2011
@Praveen didn't get you.
Look i am using SMTP protocol to create a messenger.I have done with gtalk using the server "talk.gmail.com".But when i want to do this with facebook it will show the error what i mentioned above.
.
I am using "chat.facebook.com" as a server. -
@praveenkumar-66Ze92 • Jun 30, 2011
See, chat.facebook.com server doesn't exist! -
@the-small-k • Jun 30, 2011

Look at the above picture.
Just ping for the "chat.facebook.com" you may see jabber protocols are there which is used in most of the websites to provide online chatting like gtalk,yahoo,facebook. -
@praveenkumar-66Ze92 • Jul 1, 2011
I guess it is kinda giving a HTTP 301 Status buddy... 😲 So, for sure it doesn't work... Only 200 Works... 😀 -
@the-small-k • Jul 28, 2011
I am able to connect the gmail,yahoo,hotmail and all the other servers but still get error during the connection with FB. -
@praveenkumar-66Ze92 • Jul 28, 2011
Its a client request right? If so, do this... Open the site in Firefox, and keep Net tab in Firebug opened. Post what is the HTTP Response. 😀 -
@praveenkumar-66Ze92 • Jul 28, 2011
Anything other than HTTP 200 doesn't work!!! 😲 So, make sure you are getting 200. Sometimes, it goes like 301 and 302 too! -
@the-small-k • Jul 28, 2011
Didn't get you
what does it mean
keep Net tab in Firebug opened
I am using XMPP(extensible messaging and presence protocol).
I haven't used http protocol anywhere. -
@praveenkumar-66Ze92 • Jul 29, 2011
Oh oh... Fine... Somehow track the HTTP Requests... Coz, XMPP is through HTTP right?