Uncaught TypeError: Object # has no method 'getLoginStatus'
This works in all other browsers as far as i can tell.
FB.init({ appId : 'XXXXXXXXXXX', status : true, cookie : true, xfbml : true });
running FB.getLoginStatus in console gives me undefined
Any ideas?