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.-

