[oauth] Re: invalid sinature problem

2009-08-26 Thread John Kristian
Here's a simpler way, which works for me. import net.oauth.OAuth; import net.oauth.OAuthAccessor; import net.oauth.OAuthConsumer; import net.oauth.OAuthProblemException; import net.oauth.OAuthServiceProvider; import net.oauth.client.OAuthClient; import net.oauth.client.httpclient4.HttpClient4;

[oauth] Re: how to use erlang-oauth

2009-08-26 Thread pablo
I've looked at the couchdb code and it seems they copied part of erlang-oauth inseatd of using it as an app so it's hard to use it as an example. If there is no better example I'll have to implement something simple myself. Thank you On Aug 14, 1:21 pm, Tim Fletcher t...@tfletcher.com wrote: