Created
September 21, 2011 06:09
-
-
Save samvermette/1231374 to your computer and use it in GitHub Desktop.
SVHTTPRequest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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