fb login popup block
You cannot call FB.login from the callback of FB.getLoginStatus. Browsers tend to block popup windows of the popup is not spawned as an immediate result of a user’s click action. Because FB.getLoginStatus does an ajax call and you call FB.login on it’s response, the popup that would open as a result of this call is … Read more