You might have an old version of oauth in your repo. Could you try mvn clean
install ?

On Wed, Jun 25, 2008 at 2:01 PM, Gonzalo Aune <[EMAIL PROTECTED]> wrote:

> Hi everyone,
>
> i updated the files from the svn repository, and i found that the
> OAuthFetcher class has some compiling errors:
>
> In methods exchangeRequestToken and fetchRequestToken, the lines:
>
> OAuthMessage reply = sendOAuthMessage(request);
> reply.requireParameters(OAuth.OAUTH_TOKEN, OAuth.OAUTH_TOKEN_SECRET);
>
> in the requireParameters method, it throws an OAuthProblemException which
> isnt handled at all.
>
> And finally, in the newRequestMessage method:
>
> return accessor.newRequestMessage(method, url, params);
>
> the newRequestMessage(method, url, params) method from accesor throws an
> Exception which isnt handled too.
>
> I want to be sure is only my problem, but i deleted my m2/repository folder
> included net/oauth and did a mvn clean install, downloaded all the jars
> files but this doesnt help me at all, anyone with the same problem?
>
> G.-
>

Reply via email to