gpt4 book ai didi

javascript - 在 Facebook API 中输入错误代码 191 - 我做错了什么?

转载 作者:行者123 更新时间:2023-11-28 09:34:09 25 4
gpt4 key购买 nike

我刚刚尝试过,阅读了所有内容 - 但不知何故我仍然无法解决这个问题。有人知道吗?

详情请看这里: http://i1145.photobucket.com/albums/o501/King_Coatie/notworking.gif

最佳答案

尝试加载并初始化 Javascript SDK,如下所示:

<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 'YOUR_APP_ID', // App ID from the App Dashboard
channelUrl : '//WWW.YOUR_DOMAIN.COM/channel.html', // Channel File for x-domain communication
status : true, // check the login status upon init?
cookie : true, // set sessions cookies to allow your server to access the session?
xfbml : true // parse XFBML tags on this page?
});

// Additional initialization code such as adding Event Listeners goes here

};

// Load the SDK's source Asynchronously
(function(d, debug){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all" + (debug ? "/debug" : "") + ".js";
ref.parentNode.insertBefore(js, ref);
}(document, /*debug*/ false));
</script>

http://developers.facebook.com/docs/reference/javascript/

您需要向 FB 对象提供 appID,以便它识别正在处理的应用程序。

关于javascript - 在 Facebook API 中输入错误代码 191 - 我做错了什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13342538/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com