actually it is :) I just haven't got the time to upgrade the code :\

You can see that is FULLY integrated on this site: http://beyourstar.gr

After facebook login, you get an auth.user :D

On Apr 19, 5:21 pm, mdipierro <[email protected]> wrote:
> fbconnect has not been integrated with Auth. It would be easy to do
> but has not been done yet.
>
> On Apr 19, 2:42 am, Rohan <[email protected]> wrote:
>
>
>
> > hi Jon,
>
> > Can you please share updates on integration between fbconnect and
> > auth.user()?
>
> > Thanks
>
> > On Feb 2, 4:34 pm, Jon Romero <[email protected]> wrote:
>
> > > But then how auth.user is updated?
>
> > > >All auth does on successful login is:
> > > >from gluon.storage import Storage
> > > >session.auth=Storage()
> > > >session.auth.user = db(db.auth_user.id==logged_in_user_id).select
> > > ().first()
> > > >session.auth.user_id = session.auth.user.id
> > > >session.auth.last_visit = request.now
> > > >set session.auth=None on logout.
>
> > > > >>> So, how can Icreatea new session programmatically (like the login
> > > > >>> page does)?
>
> > > > >> --
> > > > >> Alejandro Fanjul Fdez.
> > > > >> [email protected]
>
> > > > --
> > > > Alejandro Fanjul Fdez.
> > > > [email protected]
>
> > --
> > Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en

Reply via email to