Created
October 13, 2011 17:29
-
-
Save bradleylin/1284870 to your computer and use it in GitHub Desktop.
OAuthConsumer with TTURLRequest
This file contains 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
TTURLRequest* req = [TTURLRequest requestWithURL:oauthrequest.URL.absoluteString delegate:self]; | |
[req setValue:[oauthrequest valueForHTTPHeaderField:@""] forHTTPHeaderField:@"Authorization"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment