Facebook Connect Dialog Doesn't Auto Close - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T14:22:27Zhttp://stackoverflow.com/feeds/question/892942http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/892942/facebook-connect-dialog-doesnt-auto-close1Facebook Connect Dialog Doesn't Auto Closegavin.coop2009-05-21T13:30:28Z2009-05-21T13:45:34Z
<p>I have implemented Facebook Connect into a HTML page exactly as the tutorial explains here</p>
<p><a href="http://wiki.developers.facebook.com/index.php/Trying%5FOut%5FFacebook%5FConnect" rel="nofollow">http://wiki.developers.facebook.com/index.php/Trying_Out_Facebook_Connect</a></p>
<p>However when after a user has logged in using the Facebook Dialog, the dialog doesn't close, just shows my webpage in the dialog box?</p>
<p>Has any experienced the same problem and knows what I am missing??</p>
http://stackoverflow.com/questions/892942/facebook-connect-dialog-doesnt-auto-close/892996#8929960Answer by chrismear for Facebook Connect Dialog Doesn't Auto Closechrismear2009-05-21T13:44:54Z2009-05-21T13:44:54Z<p>Is your xd_receiver.html file present and in the right place, as specified in the FB.init call? I think I remember having weird problems like this when I had the relative URL to the xd_receiver.html file wrong, and so it wasn't being found by the browser.</p>