Skip to content

Instantly share code, notes, and snippets.

@samvermette
Created September 21, 2011 06:09
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 samvermette/1231374 to your computer and use it in GitHub Desktop.
Save samvermette/1231374 to your computer and use it in GitHub Desktop.
SVHTTPRequest
[SVHTTPRequest GET:@"http://api.twitter.com/1/users/show.json"
parameters:[NSDictionary dictionaryWithObject:@"samvermette" forKey:@"screen_name"]
completion:^(NSObject *response) {
NSLog(@"%@", response);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment