Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Engine example needs updating #23

Closed
martey opened this issue Mar 11, 2012 · 3 comments
Closed

App Engine example needs updating #23

martey opened this issue Mar 11, 2012 · 3 comments

Comments

@martey
Copy link
Member

martey commented Mar 11, 2012

The example from Google App Engine included with the project calls get_user_from_cookie on every request, which now sends a request to Facebook. The example should cache the returned access token so that this does not happen.

@fceruti
Copy link

fceruti commented Jun 6, 2012

I'm struggling with this exact problem. How can it be fixed?

@jeunito
Copy link
Contributor

jeunito commented Nov 22, 2012

Had this issue too. The latest version of Appengine now comes with webapp2 that supports sessions. Made a pull request to demonstrate. #54

@martey
Copy link
Member Author

martey commented Dec 18, 2012

Fixed by 86ff558.

@martey martey closed this as completed Dec 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants