gpt4 book ai didi

javascript - Facebook 登录按钮导致“ Uncaught Error

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

我在我的 Web 应用程序中实现了 Facebook 登录按钮,如下所示:

js.js:

// Facebook Login
try {
window.fbAsyncInit = function () {
FB.init({
appId: 'myappidhere',
xfbml: true,
cookie: true,
version: 'v2.10'
});
FB.AppEvents.logPageView();
};
} catch (e) {
throw(e)
}

(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/nb_NO/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));

索引.php:

echo "    <fb:login-button scope='public_profile,email' onlogin='FacebookLogin();' size='large'></fb:login-button>";

最近我在加载页面时遇到了这个错误:我搜索了这个错误,但只发现它与 React.js 有关。如果这里涉及 React,它不是我加载的。因此我不认为我可以使用它所指的非缩小环境?

Uncaught Error: Minified exception occurred; use the non-minified dev 
environment for the full error message and additional helpful warnings.
at a (_vYlPJR1onv.js:44)
at a (_vYlPJR1onv.js:121)
at x (_vYlPJR1onv.js:193)
at Object.b.post [as log] (_vYlPJR1onv.js:193)
at a.logVital (_vYlPJR1onv.js:219)
at _vYlPJR1onv.js:293
at Array.forEach (<anonymous>)
at IntersectionObserver.e.threshold (_vYlPJR1onv.js:293)

我错过了什么?

最佳答案

问题不是出在您身上,请参阅 https://developers.facebook.com/bugs/780374708825818/每个使用 facebook 连接按钮的人都会遇到这个问题(例如,请参阅 pinterest 登录页面,它有完全相同的错误)

关于javascript - Facebook 登录按钮导致“ Uncaught Error ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50844375/

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