Re: [web2py] how to: tumblr login for web2py

2015-01-05 Thread Falko Delarue
Thanks, I added it! On Sunday, January 4, 2015 11:44:19 PM UTC+1, Michele Comitini wrote: > > Very nice! just one detail to make it easier for the ones that do not have > apt-get... > > sudo apt-get install python-oauth2 > > can be replaced with: > > pip install --user python-oauth2 > > making it

Re: [web2py] how to: tumblr login for web2py

2015-01-04 Thread Michele Comitini
Very nice! just one detail to make it easier for the ones that do not have apt-get... sudo apt-get install python-oauth2 can be replaced with: pip install --user python-oauth2 making it portable to any environment where web2py works 2015-01-03 13:44 GMT+01:00 Falko Delarue : > This is how you

[web2py] how to: tumblr login for web2py

2015-01-03 Thread Falko Delarue
This is how you login to your web2py app with Tubmblr Register a Tubmblr app (you will of course need a Tubmblr account) https://www.tumblr.com/oauth/register and configure later at https://www.tumblr.com/settings/apps get the consumer key and secret install the oauth2 lib (instructions onl