URL: http://kungfupeople.com/signup/

My first Twitter app - KungFuPeople.com I've just finished my first Twitter app. It's basically a just a about using OAuth to allow people to sign up to KungFuPeople.com without having to pick yet another password.

I simply took the oauth.py module by Leah Culver and wrapped it with some useful functions taken from a similar Twitter app we've done at work.

Unlike other Twitter apps for this one I'm using Twitter solely for handling authorization and authentication. That means that it has to work with the existing user + profile functionality but just side-step the sign up and login.

Next goal: Google OAuth

Comments

Your email will never ever be published.

Previous:
Comparing jsmin and slimmer September 17, 2009 Python
Next:
London Frock Exchange launched September 26, 2009 Work, Django
Related by category:
A Python dict that can report which keys you did not use June 12, 2025 Python
Combining Django signals with in-memory LRU cache August 9, 2025 Python
Native connection pooling in Django 5 with PostgreSQL June 25, 2025 Python
Faster way to sum an integer series in Python August 28, 2025 Python
Related by keyword:
Integrate BrowserID in a Tornado web app November 22, 2011 Tornado, Mozilla
Git + Twitter = Friedcode April 22, 2009 Python, Linux
OpenID, Attribute Exchange, SReg, python-openid and Google April 23, 2010 Python, Web development
WSSE Authentication and Apache December 13, 2007 Python