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.

I'm trying to integrate facebook connect onto my website using my local test server, and for some reason, I can't even get past including all.js script in the page while trying to follow this tutorial: http://developers.facebook.com/docs/reference/javascript/

I have this: <script src="http://connect.facebook.net/en_US/all.js"></script>

Which throws (Chrome 12): Uncaught SyntaxError: Unexpected token } all.js:64

What am I doing wrong?

share|improve this question
you have some Javascript above that ? – user879777 Aug 5 '11 at 2:54

1 Answer

up vote 0 down vote accepted

Turns out it's facebook having issues with their javascript, 10 minutes after asking this question, the problem's gone by itself :S

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.