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.

No matter what I do I get repeated javascript errors in chrome after the facebook-login box pops up.

I am using just the bare minimum login script provided on the FB example site. I've googled this till I'm blue in the face and can't seem to find a solution that actually works for the current version of the Javascript API. Here's my code:

My Facebook Login Page

</head>
<body>
  <div id="fb-root"></div>
  <script>
     FB.init({ 
        appId:'MYAPPID', cookie:true, 
        status:true, xfbml:true,
        channelUrl:'http://www.MYDOMAIN.com/channel.html'
     });
       </script>

  <fb:login-button>Login with Facebook</fb:login-button>
</body>

I of course have MyAPPID and myDomain with the proper info.

Any help/insight would be appreciated as this is driving me nuts and I have quite a few hours into it. Thanks all!

share|improve this question
What URL are you accessing the page from? Does it include www? – John Kurlak Sep 15 '11 at 16:32
No, the URL is actually a subdomain. My Channel URL matches it. – Jacob Bolton Sep 15 '11 at 17:24

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.