I\'m using debug.js and getting the following message when executing FB.login:
debug.js
FB.login
You are overriding current access token, that me
Just make sure you have the following:
window.fbAsyncInit = function() { FB.init({ appId : '{tu_id}', cookie : true, status : true, xfbml : true, version : 'v3.3' });