google oauth doesn't redirect to callback after authorization

Posted by dstywho on Stack Overflow See other posts from Stack Overflow or by dstywho
Published on 2010-06-11T01:26:03Z Indexed on 2010/06/11 1:32 UTC
Read the original article Hit count: 296

Filed under:
|
|

I can't seem to get google to redirect to the callback url after obtaining the auth token.

By redirecting the user to the following url, the user can click grant or deny access. After that the user clicks on one of the choices, the user is not redirected back to the callback url.

https://www.google.com/accounts/OAuthAuthorizeToken?oauth_token=4%2F5ETLZ84rGmRxE_yx0b-_IFDReUxe&oauth_callback=http://blahblahblah.com/user_sessions/create&oauth_version=1.0&hd=default

I'm wondering if anyone knows what the problem might be. Also does google require I use something like openssl.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about google-api