02 Sep 2010
Since September 1, Twitter is using oAuth instead of basic
authentication. After updating python-twitter and
fixing the Twiter API instantiation in pybltwitter.py
by
adding an access token key and an access token secret
import twitter api = twitter.Api(username=user, password=passwd, access_token_key='xxx', access_token_secret='yyy')my blog displays the latest tweets again, hurray!
You need to register an app and
request an authentication token which can be used to obtain an access token.
(get_access_token.py
in python-twitter does the work for you).
posted at: 17:43 | path: /projects/blog | permanent link