I'm working on a simple discussion forum where we need to synchronize the newly added content through AJAX. But my question is, how Facebook doing this to retrieve the things like "friend request". Because i'm not seeing any AJAX requests in firebug going to the server for some intervals continuously which we can see in other websites.
Are they using some different techniques? Any idea on this would be greatly appreciated and also it will be useful for lots of programmers.