Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
How do you load FB JS SDK? – zerkms Oct 22 '12 at 10:19
<script src="connect.facebook.net/en_US/all.js"></script>; But when i look at it, ghostery blocked the loading. Thanks for getting me to look at the right place. – klundby Oct 23 '12 at 13:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.