Hello, Just to inform that it is possible to use web2py to make OAuth1.0a consumer applications! for instance you should be able to use it for twitter and linkedin.
A scaffold install on GAE is available for you to test vs OAuth Sandbox (a conformance test): http://grafbook.appspot.com/helloOAuth10a try to login or access the 3legged resource. You should see the OAuth Sandbox login, just signup with a name and choose a kitty you like... ---- *PLEASE TEST* The code is not yet in trunk, so please test it against you favorite OAuth1.0a provider! copy/pull: https://code.google.com/r/michelecomitini-facebookaccess/source/browse/gluon/contrib/login_methods/oauth10a_account.py also copy/pull the scaffold application for the OAuth Sandbox : https://code.google.com/r/michelecomitini-facebookaccess/source/browse/#hg/applications/helloOAuth10a *YES* i left the *consumer secret* in the code! :O don't worry! it is just for the OAuth Sandbox so just use it ... or ask for a new one. ;-) *but first* be sure to easy_install or pip python-oauth2 lib into your site-packages!