twython/twython
Mohammed ALDOUB 01a7284a8f I have added the following lines to the function 'request' starting in line 287:
# convert any http Twitter url into https, for the sake of user security
        # only convert the protocol part, not all occurences of http://, in case users want to search that
        endpoint = endpoint.replace('http://','https://',1)

This is to ensure all passed Twitter urls are converted into https, without messing with the rest of the url.
2012-04-14 05:53:51 +03:00
..
__init__.py Twython 1.3, OAuth support is now finally included and working. Ships with an example Django application to get people started with OAuth, entire library is refactored to not be a royal clusterfsck. Enjoy. 2010-10-16 23:37:47 -04:00
twitter_endpoints.py Maybe the twitter_http_status_codes were a good idea. :P 2012-04-09 10:59:13 -04:00
twython.py I have added the following lines to the function 'request' starting in line 287: 2012-04-14 05:53:51 +03:00