Brian Blanchard
Results
2
comments of
Brian Blanchard
@thiagolocatelli I am trying to update properties on a user. I have tried `user.saveInBackground()` and `user.save()` but get `Parse::UserCannotBeAlteredWithoutSessionError`. The `sessionToken` is set on the `user`. Do you know how...
The user variable is set as a static variable with the instance of a user that is returned when ``` java ParseUser.login(...) ``` is called That user variable is then...