Hi Hakan, Briefly looking over the code, correct me if I am wrong, but it doesn't appear to store a session for the user or into any sort of database. If you invoke get_user, it would be your responsibility to create a session and/or store the data returned from LoginRadius. You can also look at alternative solutions here: http://apidocs.loginradius.com/python/index.html
Regards, Kyle. On Friday, July 25, 2014 9:42:41 AM UTC-6, Hakan Moray wrote: > > Hi; > > I am using "LoginRadiusAccount" and I have configured "loginradius.key" > properly (facebook login). > > But it seems that user cannot be logged in the web2py application although > facebook login succeeds from LoginRadius side. > > Is there something else should be done in order to login the user to > web2py app ? Is user first should be added to db ? > > Thanks in advance. > > Hakan. > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

