views:

45

answers:

1

How facebook.com chat working, with few different domain name?

GET http:// www.facebook.com/ajax/presence/reconnect.php?__a=1&reason=6&iframe_loaded=false&post_form_id=23be2df75b74a0bcb61358814c56ba4f 200 OK

GET http://0.50.channel.facebook.com/x/2562941315/4271808869/true/p_1529934952=2 200 OK

I want something like, with jQuery...

Big thanks!

A: 

I think you're asking how you can do cross-domain access with XHR. It's right in the jquery docs

http://docs.jquery.com/Release:jQuery_1.2/Ajax

Scroll down a bit and you'll see an example on how to cross-domain access.

Mech Software