How to OAuth Twitter with httplib2 and Python 3.x? -


i know there lot of python twitter api , oauth wrappers out there, don't want use them. want use nothing more httplib2 , python 3.x standard library. please demonstrate simple code examples on how achieve that? in advance.

you can @ python-oauth2. the main implementation code readable. since there lot of thorny issues here precisely how encode forms tricky right. recommend using oauth2 library, i've done integrate twitter (httplib2 + oauth2 + twitter's rest/streaming apis).


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -