Facebook JS SDK unknown runtime error line 6 char 1723
I have the correct facebook meta attri开发者_C百科butes in my html and head tags. The script runs fine in Firefox, Chrome, Safari, and Spicy Browser2. I'm using it with jquery:
$.getScript( "//connect.facebook.net/en_US/all.js", function() {
FB.init( {
appId: FACEBOOK_APP_ID,
channelUrl: "\/fb-channel.html", // XHR channel to avoid iframe
cookie: true,
status: true, // check login status
xfbml: false // build via JS
});
As soon as it attempts to run this code I get an error in ie 7-9 unknown runtime error on line 6 of all.js
精彩评论