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 NSMutableURLReq开发者_开发问答uest ?
Thanks
Ended up using OAuthConsumer, and setting the header manually.
精彩评论