Skip to content

Instantly share code, notes, and snippets.

@juanfiguera
Created February 24, 2013 13:54
Show Gist options
  • Save juanfiguera/5023936 to your computer and use it in GitHub Desktop.
Save juanfiguera/5023936 to your computer and use it in GitHub Desktop.
Full Cloudcode
[PFCloud callFunctionInBackground:@"hello" withParameters:@{} block:^(NSString *result, NSError *error) {
if (!error) {
NSLog(@"The result of your first Cloud Code function is: %@", result)";
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment