bdbergeron / BDBOAuth1Manager

OAuth 1.0a library for AFNetworking 2.x
MIT License
100 stars 35 forks source link

skip oauth_token #10

Closed l4u closed 10 years ago

l4u commented 10 years ago

Is there a way to skip params["oauth_token"] even when a user has been authenticated?

bdbergeron commented 10 years ago

I'm confused by your question. What would the use case for that be? The OAuth 1.0a spec is very clear about which parameters are required and which are optional.

l4u commented 10 years ago

For some cases I will need to sign the request but without an oauth token. I guess I can use two instances of Auth Manager. Thanks!