Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms. It supports multiple transports, such as WebSockets, Flash sockets, long polling and more, automatically falling back when a transport fails.

learn more… | top users | synonyms

0
votes
1answer
97 views

Socket IO | how to reconnect a client to the same room if he reopens the connection?

I was wandering, If you have a node.js / socket.io app that uses rooms and one client looses connection or closes his browser, is it possible to reconnect him into the same room as he was in the ...
3
votes
2answers
2k views

facebook and socket.io node.js

I have a some god idea, but I have some problems... how to connect facebook user to node app - socket.io I was created an socket.io chat but now want to allow facebook users to come to chat to ...
0
votes
0answers
279 views

facebook api and node.js [closed]

I have a one question about facebook api and node.js server. Q- Is a good way to get user info from browser. So first when user log into fb app browser know his info (ID,friends...) so can I send ...
5
votes
2answers
1k views

Sencha application in a Facebook iFrame gets a “Cannot POST /”

I have a Sencha Touch application using Node.js and Socket.io running on Amazon EC2 (micro instance). I want to make it available on Facebook, in a Facebook Canvas, aka an HTML iFrame. I get a blank ...