Thanks to H. Das and Albert Abril for testing oauth. I made some fixes/improvements: - correct support for https:// - login_next working - converted almost all outgoing requests to POST - fixed broken callback_url handling - support for optional query parameters in requests for oauth2.0 (i.e. for scope)
you can download the new versions here: https://code.google.com/r/michelecomitini-facebookaccess/source/browse/#hg/gluon/contrib/login_methods the repository also contains some scaffolding examples, you can also try them on GAE: https://grafbook.appspot.com/helloTwitter https://grafbook.appspot.com/helloFacebook https://grafbook.appspot.com/helloFacebook/graph (try to navigate the graph with web2py menu... :-) ) thanks mic 2010/9/15 H. Das <[email protected]>: > thank you both. > > On Sep 14, 4:34 pm, "H. Das" <[email protected]> wrote: >> Hi, I think oauth20 ignores the url set for auth.settings.login_next >> (and maybe logout_next too?) in web2py 1.84.4; this wasn't the case in >> the previous version. Any ideas? >> >> Also, where can I find previous src's of web2py? >> >> Thanks :-)

