繁体   English   中英

其他网站如何检测到您已登录Facebook?

[英]How other websites detect that you are logged in facebook?

如果用户登录Facebook,我将如何检测到我的网站? iframe会如何处理它。 我需要iframe旁边的方法。

从Javascript SDK:

FB.getLoginStatus(function(response){
    if(response.session){
        //user is logged in
    }else{
        //user not logged in
    }
});

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM