Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GAE and Facebook auth

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?

like image 613
Aadi Droid Avatar asked Dec 30 '25 12:12

Aadi Droid


1 Answers

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.

like image 129
Peter Knego Avatar answered Jan 02 '26 11:01

Peter Knego



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!