Re: [web2py] Facebook redirection after authentication

2011-04-16 Thread Michele Comitini
In your model did you try the following? auth.settings.login_next=XML('/myapp') if it does not work it is a bug mic 2011/4/15 berubejd : > I am having the hardest time determining what the correct way is to > set the URL that a user will be redirected to after the authentication/ > authorizatio

[web2py] Facebook redirection after authentication

2011-04-15 Thread berubejd
I am having the hardest time determining what the correct way is to set the URL that a user will be redirected to after the authentication/ authorization redirect to Facebook. What I am currently seeing is that a user who has not yet authenticated with Facebook will be properly forwarded for authe