开发者

Facebook JS SDK unknown runtime error line 6 char 1723

开发者 https://www.devze.com 2023-03-05 18:23 出处:网络
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:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消