-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
In iOS, with a normal (i.e. signed up with username and password) parse user, the following works:
[PFUser currentUser].username = @"newParseName";
[PFUser currentUser] save];
However, a user who authenticated via Facebook who performs
[PFUser currentUser].username = @"newFBName";
[PFUser currentUser] save];
will get the following error:
[Error]: cannot modify user function () {
return this.data.objectId || this.query.objectId;
} (Code: 206, Version: 1.12.0)
This 'cannot modify user function' error is returned for any changes you try to make to the current loggedin user when its a Facebook user.
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed