Below is my code. For some reason, after the user enters a small popup, the small window will be redirected back to '/' with a lot of unwanted JSON session at the end of the URL.
How do I make a small window close and my parent window is updated?
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript"></script> <fb:login-button v="2" onlogin='window.location("/test");' size="medium">Connect</fb:login-button> <script type="text/javascript">FB.init("XXXXX",'/xd_receiver.htm');</script>
TIMEX
source share