IE8 Facebook Login - "Object doesn't support this property or method" in all.js
posted by sacah on
I couldn't find anywhere in all.js where it defined response, so a quick hack I added
var response={};This solved the issue for me, hope this helps. If you know anything more leave a comment.