gpt4 book ai didi

facebook - 加载 facebook SDK 时出现应用程序错误

转载 作者:行者123 更新时间:2023-11-30 05:27:39 25 4
gpt4 key购买 nike

我网页上的代码:

<body class="popup">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : '476947702378530', // App ID from the app dashboard
channelUrl : '//www.majorforms.com/fb_channel.php?_lang_id=1',// Channel file for x-domain comms
status : true, // Check Facebook Login status
xfbml : true // Look for social plugins on the page
});

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

// Load the SDK asynchronously
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en/all.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>

用浏览器加载该页面后,我在 firebug 控制台中收到此错误:

 Application Error: There was a problem getting data for the application you requested. The application may not be valid, or there may be a temporary glitch. Please try again later.

我不是很懂。我没有真正的应用程序,我只是使用了 facebook(公司)帐户的标识符。我不想创建一个新的 facebook 应用程序,我只想使用特定 facebook 帐户的凭据。我怎么做?

最佳答案

我不能百分百确定,但您需要创建一个应用程序才能使用 facebook sdk,因为在 FB.init 方法中它显然需要 Facebook 应用程序 ID。

创建 Facebook 应用程序并不一定意味着您实际上在 Facebook 上有一个应用程序,Facebook 开发人员页面上的应用程序配置屏幕有一个特定的“使用 Facebook 登录的网站”部分,所以我认为这就是您应该采用的方式.

关于facebook - 加载 facebook SDK 时出现应用程序错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16460943/

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