Skip to content

Instantly share code, notes, and snippets.

@jault3
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jault3/c1e9b7385680e7afd172 to your computer and use it in GitHub Desktop.
Save jault3/c1e9b7385680e7afd172 to your computer and use it in GitHub Desktop.
Sign Up With Invite Code
[CatalyzeUser signUpWithUsernameInBackground:myUsername email:myEmail name:myName
password:myPassword inviteCode:myInviteCode success:^(CatalyzeUser *result) {
// ...
} failure:^(NSDictionary *result, int status, NSError *error) {
// ...
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment