我能够登录我的网站并使用facebook connect成功注册新用户并获取用户信息。
但是,突然间它停止了工作。aspx页面上的代码
<div id="fb-root"></div></form>
<script>
window.fbAsyncInit = function () {
FB.init({
appId: '147340123456789', // App ID
channelUrl: '', // Channel File
status: true, // check login status
cookie: true, // enable cookies to allow the server to access the session
xfbml: true // parse XFBML
});
// Additional initialization code here
};
// Load the SDK Asynchronously
(function (d) {
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) { return; }
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
} (document));
答案 0 :(得分:0)
看起来该页面中缺少所有登录的代码。检查源代码管理以获取以前的版本。