except:
return "ivalid_token2"
In order to be able to debug the error, I'd suggest to temporarily remove
the try/except that encloses the new user insertion code, so you can access
the error ticket created by web2py (with the actual error information
raised by the graph library).--

