是否有可能检查我的www上的用户是否已登录到facebook并获取他/她的uid号码?
我尝试使用FB.getLoginStatus,但没有什么特别之处; /
答案 0 :(得分:0)
你需要使用oauth:true的FB.init()并使用response.authSession。
https://developers.facebook.com/docs/reference/javascript/FB.init/
https://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus/
阿比