I assume you used Maven to build a .war from
http://oauth.googlecode.com/svn/code/java/example/oauth-provider

Perhaps you didn't deploy the .war to /OAuthProviderEKM.  To check,
direct your browser to http://localhost:8080/OAuthProviderEKM/
If the .war was deployed correctly, you'll see a page saying 'Check
out readme file for more information.'

Perhaps you didn't include query string parameters in the request.
AuthorizationServlet requires oauth_token and oauth_callback
parameters; for example
http://localhost:8080/OAuthProviderEKM/authorize?oauth_token=blahblahblah&oauth_callback=http...
The oauth_token must have been returned from a recent request to
http://localhost:8080/OAuthProviderEKM/request_token

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.

Reply via email to