I have a app using Google account authentication, i receive a cookie every time the user connects and i make simple HTTP calls using the cookie. Is there something similar i can do with the fb token with a Google App Engine back end?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To authenticate users on your GAE app via FB, you need to implement a server-side auth flow as described here: http://developers.facebook.com/docs/authentication/
I know you need Python, but still: I implemented GAE-FB auth in Java and released it as part of an OSS project: LeanEngine
There is also an Android client – see
LoginDialog.