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.

My FB canvas app is up and running and working as it should but I'm getting this error in the JS debug console:

"Uncaught TypeError: Cannot call method 'shift' of null" all.js:54

and I'm wondering if it's a problem with my code or if its because the jdk is always being worked on by the FB team. Should I be worried about it?

Thanks in advance,

Robert

share|improve this question
it might be caused by some other error in your code. if you've made any recent changes, check them. – keune Jan 7 at 18:20
1  
It is highly unlikely its because the SDK is always being worked on; all releases will be stable. It's more likely it's your code like @keune suggests. – Matt Jan 7 at 18:21
Thanks guys, I'll look into it, but its strange because everything is working – RobertH Jan 7 at 18:28
2  
same boat here. It's Facebook JavaScript SDK's bug. If you just include the Facebook JavaScript SDK without other codes, the error is still here. – Shivan Raptor Feb 9 at 8:05

1 Answer

I had this same issue, and implemented the Javascript SDK according to these Facebook Instructions and it fixed my error.

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.