How can I log the user out when he clicks the log out button? Using the Parse API, and jquery/javascript.
Parse.User.logOut();
And it diddnt seem to do the trick?
How can I log the user out when he clicks the log out button? Using the Parse API, and jquery/javascript.
Parse.User.logOut();
And it diddnt seem to do the trick?