gpt4 book ai didi

javascript - 页面打开时运行 FB.logout()

转载 作者:行者123 更新时间:2023-11-29 22:31:15 24 4
gpt4 key购买 nike

有没有办法在页面首次加载时运行 FB.logout()?还是只有当用户点击它并触发它时才有可能?谢谢!

最佳答案

您不需要 jQuery,只需在您的 window.fbAsyncInit 函数中添加对 FB.logout 的调用:

window.fbAsyncInit = function() {
FB.init({
appId : 'appid',
channelURL : '//site/channel.html'
status : true,
cookie : true,
oauth : true,
xfbml : true
});

FB.logout();
}

关于javascript - 页面打开时运行 FB.logout(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6852698/

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