Skip to content

Instantly share code, notes, and snippets.

@bradleylin
Created October 13, 2011 17:29
Show Gist options
  • Save bradleylin/1284870 to your computer and use it in GitHub Desktop.
Save bradleylin/1284870 to your computer and use it in GitHub Desktop.
OAuthConsumer with TTURLRequest
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