KakarlaMounika / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

remove dependency to python-oauth2 switch to oauthlib #257

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
python-oauth2 seems not maintained anymore, have security issues ( 
    CVE-2013-4346 CVE-2013-4347) and can't use Python3.
Please consider switching to oauthlib https://pypi.python.org/pypi/oauthlib

Original issue reported on code.google.com by pmakow...@espelida.com on 9 Oct 2013 at 7:57

GoogleCodeExporter commented 8 years ago
the most recent version of python-twitter (v1.1) no longer uses that library - 
we switched to using Requests and it's oauth helper lib.

you can get the latest from here or PyPI

Original comment by bear42 on 9 Oct 2013 at 8:00

GoogleCodeExporter commented 8 years ago
thanks for this good news

Original comment by pmakow...@espelida.com on 9 Oct 2013 at 8:03