这是我正在使用的代码
FB.Event.subscribe('auth.logout', function(response) {
alert('You logged out ' + response);
});
也试过了console.log
。什么都没发生。
这是我正在使用的代码
FB.Event.subscribe('auth.logout', function(response) {
alert('You logged out ' + response);
});
也试过了console.log
。什么都没发生。