Hi,
I'm a noobie to OAuth so I tried OAuthHelper out.
I started with
OAuthHelper a = new OAuthHelper("cmdline.properties");
a.execute("request");
a.execute("authorize");
I copied the URL to the browser and authorized my Application.
After that I tried
OAuthHelper a = new OAuthHelper("cmdline.properties");
a.execute("access");
I keep seeing
Exception in thread "main" net.oauth.OAuthProblemException: HTTP/1.1
401 Unauthorized
In the cmdline.properties I have the following properties:
requestToken=xxx
authorizationUrl=http\://twitter.com/oauth/authorize
consumerSecret=xxx
accessUrl=http://twitter.com/oauth/access_token
user_id=xxx
tokenSecret=xxx
requestUrl=http\://twitter.com/oauth/request_token
consumerKey=xxx
(Yes, I'm going to use it to my Twitter Client.)
I have no idea what could I miss. I appreciate any help.
Thanks,
Martina
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OAuth" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---