Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After signup user ,and become the user,cannot alter user data,server return errorcode 206 #559

Closed
ynl opened this issue Feb 22, 2016 · 2 comments

Comments

@ynl
Copy link

ynl commented Feb 22, 2016

After signup user ,and become the user,cannot alter user data,server return errorcode 206.

-(void)signUpViewController:(PFSignUpViewController *)signUpController didSignUpUser:(PFUser *)user{
        [PFUser become:user.sessionToken];

}
@simonbengtsson
Copy link
Contributor

Can you validate the sessionToken sent to the become method? Error 206 indicates that it has not been set.

@gfosco gfosco closed this as completed Mar 6, 2016
@gfosco
Copy link
Contributor

gfosco commented Mar 6, 2016

Closed for lack of response and details. If you're still having a problem, please open a new issue and provide as many details as possible to try and reproduce. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants