Way to set OAuth Token on TTUrlRequest

516 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

Ended up using OAuthConsumer, and setting the header manually.