In my mobile application made with meteor, when user logs in with facebook, when he logs out and then tries to access the app again, he is logged in aumaticamente, that is, the user has not been logged out.
This is my logout code.
Meteor.logout(function () {
//redirect to login
});