The App Engine sample constructs the OAuth callback URL using the form
"{application-id}.appspot.com". This of course does not work when running on
localhost. Instead, the callback URL should be constructed using
self.request.relative_url('/auth_return') so that it works for all environments.
Patch attached.
Original issue reported on code.google.com by willnorris@google.com on 9 Jan 2011 at 11:38
Original issue reported on code.google.com by
willnorris@google.com
on 9 Jan 2011 at 11:38Attachments: