Blog Archive for September 7, 2010

Twitter Authentication

September 7, 2010

I have a web app that posts updates to twitter when events happen. This has recently stopped working because twitter have removed basic authentication, and now require the use of oauth.

Here's the steps I took to migrate from

lAuth = tweepy.BasicAuthHandler(settings.TWITTER_USERNAME, settings …