]> jfr.im git - z_archive/twitter.git/history - twitter/oauth.py
Use base64 library instead of .encode("base64")
[z_archive/twitter.git] / twitter / oauth.py
2011-03-02  Mike VerdoneUse base64 library instead of .encode("base64")
2011-03-02  Mike VerdoneRan 2to3.
2010-07-11  Mike VerdoneIRC Bot now functions with OAuth.
2010-07-10  Mike VerdoneMerge branch 'master' into jordan_patch
2010-05-15  Mike VerdoneRefactor: move oauth dance and token file r/w to other...
2010-05-10  Mike Verdone - More documentation.
2010-05-10  Mike VerdoneMerge http://github.com/clarkbw/twitter into patches
2010-05-08  Mike VerdoneAdd authorize action to command line tool to use do...
2010-05-08  Mike VerdoneAdd a NoAuth object
2010-04-29  Mark HammondAdd guts of OAuth support