Skip to content

OAuth flow broken on appengine sample #8

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions