ios - PFUser becomeInBackground Not Found -


on parse's blog, can use:

[pfuser becomeinbackground:@"session-token-here"; block:^(pfuser *user, nserror *error) {             if (error) {                 // token not validated.             } else {                 // current user set user.             }         }]; 

for handling login on custom basis. however, multiple errors when trying run code, saying can't find instancemethod becomeinbackground. what's going on?


Comments

Popular posts from this blog

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -

bash - Performing variable substitution in a string -