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
Post a Comment