I get the following error using the JDK to log in to Facebook, pretty sure it just started in the last 1 or 2 days, and is anyone experiencing this too? Here is my JS code and then Error
FB.getLoginStatus(function(response) { if (response.authResponse) { //Fire Login Ajax } else { FB.login(function(response) { if (response.authResponse) { FB.api('/me', function(response) { //Fire Login Ajax }); } }); } }); Uncaught Error: No polyfill registered for object q all.js:24 FB.subclass.process all.js:118 FB.provide._processElement.processor all.js:82 FB.provide._processElement all.js:82 FB.provide.parse all.js:82 q all.js:24 FB.provide.parse
source share