httpbuilder icon indicating copy to clipboard operation
httpbuilder copied to clipboard

oAuth without `accessToken` and `secretToken`

Open zoran119 opened this issue 12 years ago • 0 comments

Is it possible to do oAuth authentication without accessToken and secretToken using HTTP Builder?

It seems to me that signpost allows it (see constructor for DefaultOAuthConsumer at http://mttkay.github.io/signpost/signpost-core-apidocs/index.html). It only takes consumerKey and consumerSecret:

DefaultOAuthConsumer(String consumerKey, String consumerSecret)

Or am I missing the point here...

zoran119 avatar Nov 18 '13 05:11 zoran119