Page 1 of 1

[Python] OAuth2.0 is scary

Posted: Tue Feb 26, 2013 11:57 am
by Isaac
I'm starting with this for now...

https://developers.google.com/accounts/docs/OAuth2


This stuff looks intimidating compared to the simple html/python/jquery/mysql stuff I'm used to...

Re: [Python] OAuth2.0 is scary

Posted: Wed Feb 27, 2013 1:43 am
by roncli
It's not all that bad. At work, our python guy uses oauth2.py from https://code.google.com/p/google-mail-o ... k%2Fpython. Wish I knew more about py to get you started, though. Fortunately, it's one of those things that's easy once you've done it once.

Re: [Python] OAuth2.0 is scary

Posted: Wed Feb 27, 2013 3:21 am
by Jeff250
I've used oauth 1.something for a project. I don't remember it being too bad. There should be plenty of examples floating out there.

Re: [Python] OAuth2.0 is scary

Posted: Thu Feb 28, 2013 1:01 am
by Isaac
Thanks guys. I'm sure I'll have something working pretty soon.