I've been searching for an answer but I find that is hard to find something conclusive about this in the docs (it's entirely possible that I have missed something).
Background
I'm using this plugin to display the comments on my site and I'm trying to add a "realtime" feature. I'm aware that Facebook doesn't provide a auto-refresh feature for the plugin by "default" like they do on their site, so I'm emulating that via ajax requests in a setInterval() function.
Question
Is there a way to implement a long ajax pulling, push or another (better?) solution to get the comments information?, The multiple ajax request solution works fine, but it's a little consuming.
Thanks a lot!