Skip to content

Instantly share code, notes, and snippets.

@ashishanautiyal
Last active January 4, 2016 19:08
function logout() {
FB.logout(function(response) {
alert('logged out');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment