Re: good django twitter login tutorial

2011-09-26 Thread Gianluca Sforna
On Mon, Sep 26, 2011 at 7:49 PM, Cal Leeming [Simplicity Media Ltd] wrote: > You are kidding, right? > https://bitbucket.org/david/django-oauth-plus/wiki/Home > I appreciate you are a total beginner, but come on, get your hands dirty! :) Are you sure that covers the OP question? I think django-oa

Re: good django twitter login tutorial

2011-09-26 Thread Cal Leeming [Simplicity Media Ltd]
You are kidding, right? https://bitbucket.org/david/django-oauth-plus/wiki/Home I appreciate you are a total beginner, but come on, get your hands dirty! :) Cal On Mon, Sep 26, 2011 at 6:13 PM, Guido wrote: > Hey all, > > I want to build a website where users log in with their twitter > acco

good django twitter login tutorial

2011-09-26 Thread Guido
Hey all, I want to build a website where users log in with their twitter account like you see a lot on the internet. I read some things about OAuth 2.0 etc. but don't understand any of those docs. I am a total beginner (I just got the poll application to work) and have never build a site with us