this is horribly outdated, but should give you some ideas....http://www.web2pyslices.com/slice/show/1402/facebook-twitter-and-google-authentication
i don't think that version of FB auth works at all anymore..... On Sunday, October 7, 2012 3:33:28 AM UTC-7, Kenneth wrote: > > Hello everyone, > > I have an application where I'd like use an Google App account for > authentication. The application will not reside on GAE. Is this possible? > > If I put "from gluon.contrib.login_methods.gae_google_account import > GaeGoogleAccount" in my models file I get: > > ImportError: No module named gluon.contrib.login_methods.gae_google_account > > In gluon/contrib/login_methods/ I have the gae_google_account.py file. > > > Kenneth > > --

