Re: [appengine-java] Callback URL Handling

2010-08-09 Thread Ikai L (Google)
405 is a method not allowed error. Is your application throwing the 405?

On Thu, Aug 5, 2010 at 3:56 PM, compeng4lf juan91...@comcast.net wrote:

 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Callback URL Handling

2010-08-05 Thread compeng4lf
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.