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.
A software application that services requests from clients using the Hypertext Transfer Protocol.
-2
votes
0answers
74 views
Facebook Chat API for AppEngine (Python) [closed]
I want to implement Facebook chat in my webserver GAE, using python, but the documentation in Facebook page is not clear and I didn't find on web any tutorial or code at Github.
I need to send ...
0
votes
0answers
18 views
auto-updating database from an server
I have a facebook game and I have a server running 24hr. The game has lives which you use to play and you gain 1 life each 10min. I simply need the server to increase the amount of lives of everybody ...
1
vote
1answer
110 views
Object Debugger Returns 503 error
I'm getting a lot of 503 errors out of the object debugger on a site I'm working on:
...
0
votes
1answer
126 views
Best Practice to Store Facebook user ID from mobile app?
I have a mobile app that requires user login, with user accounts stored on my server. what is the best way to associate a user's account with their Facebook account?
for example, you can login using ...
1
vote
0answers
162 views
C++ Linux Server getting Facebook HTTP Authentication message
I have a C++ Linux server listening on port 3600 for a connection from a flash client. This server manages game logic as well as chat functionality between clients. I'm in the process of putting my ...
1
vote
4answers
401 views
Can a computer behind a NAT-router receive realtime-updates from facebook?
I'm currently writing a desktop application that integrates facebook using the graph API. I'd like to implement real-time updates (http://developers.facebook.com/docs/api/realtime/), but in the doc it ...
1
vote
0answers
189 views
Facebook's pipelining system? How does it work?
One of the facebook developers recently posted an article describing their new approach on handling HTTP requests called BigPipe: ...