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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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 |
|||
|
|