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

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -