Facebook Connect Dialog Doesn't Auto Close - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T14:22:27Z http://stackoverflow.com/feeds/question/892942 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/892942/facebook-connect-dialog-doesnt-auto-close 1 Facebook Connect Dialog Doesn't Auto Close gavin.coop 2009-05-21T13:30:28Z 2009-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#892996 0 Answer by chrismear for Facebook Connect Dialog Doesn't Auto Close chrismear 2009-05-21T13:44:54Z 2009-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>