Re: [web2py] facebook connect

2013-03-27 Thread Michele Comitini
Use oauth2.0 integrated module: http://web2py.com/books/default/chapter/29/09?search=oauth#Other-login-methods-and-login-forms. mic 2013/3/26 ctrlSoft : > hi, i want to implement 2 kind of login on my app. > 1) basic auth > 2) facebook connect > i extended auth_user > > auth.settings.extra_field

[web2py] facebook connect

2013-03-26 Thread ctrlSoft
hi, i want to implement 2 kind of login on my app. 1) basic auth 2) facebook connect i extended auth_user auth.settings.extra_fields['auth_user']= [ Field('ballance', type='double', default=0, writable=False, readable=False), Field('image', type='string'), Field('phone', type='integer'),