I am having trouble with the callback URL in my application. I
successfully authenticate on twitter, but then on the callback i get a
405 ERROR.
I am trying to grab the verifier in the url using:
verify = req.getParameter("oauth_verifier");
which is found in my accesstokenservlet.
Does anyone have an idea on how to properly retrieve and store the
verifier?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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/google-appengine-java?hl=en.