Re: [web2py] oauth 2.0 and facebook "expires" parameter

2012-02-27 Thread Michele Comitini
Hi Can, FB used to send a non standard parameter "expires_in", did they change it? Here is the code that should handle "expires_in": https://github.com/mdipierro/web2py/blob/master/gluon/contrib/login_methods/oauth20_account.py#L124 mic Il giorno 26 febbraio 2012 12:15, Can Candan ha scritto:

[web2py] oauth 2.0 and facebook "expires" parameter

2012-02-26 Thread Can Candan
It appears facebook does not return the 'expires' parameter for web page sign on, however the code in oauth20_account.py does not take into account this case. Should it handle that or am I missing something?