My site lets users login via the Fb button, I\'m using the FB / Parse.com JDK for this https://parse.com/docs/js/guide#users-facebook-users
Once the user has been id
Best way work in all browsers:
setTimeout(function(){document.location.href = "user_home.html";},250);