Hi,
    This is my first attempt to use OAuth.

I have registered an app. and the callback 
is http://IP:9000/register_callback The app. is set to allow to be used to 
sign-in to Twitter.

I got these and the key and secret.

                  "https://api.twitter.com/oath/request_token";,

                   "https://api.twitter.com/oath/access_token";,
              "https://api.twitter.com/oath/authorize";, 

I get back

Caused by: oauth.signpost.exception.OAuthCommunicationException: Service 
provider responded in error: 404 (Not Found)
at 
oauth.signpost.AbstractOAuthProvider.handleUnexpectedResponse(AbstractOAuthProvider.java:245)
 
~[signpost-core-1.2.1.2.jar:na]
at 
oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:193)
 
~[signpost-core-1.2.1.2.jar:na]
at 
oauth.signpost.AbstractOAuthProvider.retrieveRequestToken(AbstractOAuthProvider.java:74)
 
~[signpost-core-1.2.1.2.jar:na]
at play.libs.OAuth.retrieveRequestToken(OAuth.java:52) 
~[play-java_2.10-2.2.1.jar:2.2.1]
at 
external.services.TwitterOAuthService.retrieveRequestToken(TwitterOAuthService.java:33)
 
~[na:na]

It seemed to be simple enough. Am I not using it properly ?

Thanks,
Mohan

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to