Skip to content

Instantly share code, notes, and snippets.

@MaximKeegan
Created June 23, 2014 07:58
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 MaximKeegan/0bf60a0e08f5c027699f to your computer and use it in GitHub Desktop.
Save MaximKeegan/0bf60a0e08f5c027699f to your computer and use it in GitHub Desktop.
[[[MKSessionManager sharedManager] activeSession] POST:@"controller/method" parameters:params success:^(NSURLSessionDataTask *task, id responseObject) {
DLog(@"Resp %@", [task response]);
NSLog(@"JSON: %@", responseObject);
} failure:^(NSURLSessionDataTask *task, NSError *error) {
NSLog(@"Error: %@", error);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment