Has anyone got gluon/contrib/login_methods/linked_account.py working? I've built directly upon /gluon/contrib/login_methods/ oauth10a_account.py with my own specific LinkedIn code but having found http://code.google.com/p/python-linkedin/ I wanted to use this to avoid reinventing the wheel (Özgür Vatansever's linkedin.py looks clean and has broad support for LinkedIn's API).
But, linkedin.py doesn't look finished; for example: (from web2py 1.89.1) Line 43. result = self.request.vars.verifier The vars variable sets 'oauth_verifier' on returning from the LinkedIn website but not 'verifier'. Anyone tread this path?

