yes. I use an request interceptor for all requests in conjunction with signpost. I believe there has been some work making a AuthScheme for OAuth but never used it myself.
http://github.com/novoda/RESTProvider/blob/master/RESTProvider/src/main/java/novoda/rest/interceptors/OAuthInterceptor.java And then use it with: interceptor = new OAuthInterceptor(pref.getConsumerKey(), pref .getConsumerSecret()); httpClient.addRequestInterceptor(interceptor); ./C On 8 June 2010 23:46, Tim Julien <[email protected]> wrote: > Has anyone done any work to add OAuth to httpclient 4.x? > > -Tim > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
