I'm implementing OAuth in my app using gtm-oauth or oauthconsumer (haven't decided yet which one is easier).
The thing is, for my server api calls I'm using TTUrlRequest, is there any easy way to associate the access token with a TTUrlRequest like there is with NSMutableURLRequest ?
Thanks
Ended up using OAuthConsumer, and setting the header manually.