Pylons and Twitter Based Authorization
Implementing Twitter authorization in Pylons is easy as butter, I will show you how to do it in the next steps. Download python-twitter and install it https://code.google.com/p/python-twitter python setup.py build python setup.py install Download and install dependencies https://github.com/simplegeo/python-oauth2 http://code.google.com/p/httplib2/ http://cheeseshop.python.org/pypi/simplejson Now you’re almost there. There’s a file called get_access_token.py that you need to call in [...]