Hi web2py users: I have configure the the auth.settings.login exactly from the book
from gluon.contrib.login_methods.oauth20_account import OAuthAccount auth.settings.login_form=OAuthAccount(YOUR_CLIENT_ID,YOUR_CLIENT_SECRET) I have replaced YOUR_CLIENT_ID and YOUR_CLIENT_SECRET from my app settings in developer Facebook When I run my web2py application raise this exception: <type 'exceptions.RuntimeError'> Following args are mandatory: client_id, client_secret, auth_url, token_url. Can anyone help me to discover where is the error. Thanks in advance --

