I think if the user grants offline_access permission to the facebook app , facebook does not send the expires parameter after that.
Is there an example for using multiple authentication schemes in addition to web2py's? I have found this one below, do you think its in good shape? http://code.google.com/p/cfhowes/source/browse/#hg/web2py_multiauth On Feb 27, 11:51 pm, Michele Comitini <michele.comit...@gmail.com> wrote: > 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_m... > > mic > > Il giorno 26 febbraio 2012 12:15, Can Candan <cancan...@gmail.com> ha > scritto: > > > > > > > > > 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?