Parse.User.become("session-token-here").then(function (user) {
// The current user is now set to user.
}, function (error) {
// The token could not be validated.
});
triggers: https://api.parse.com/1/users/me which returns a 404
Yet I have a user table set up and have a session token I need to validate.