From 7f0eb9dafdca6213c7952a055c1e771a24f4a517 Mon Sep 17 00:00:00 2001 From: Mohammed ALDOUB Date: Thu, 31 Jan 2013 00:52:28 +0300 Subject: [PATCH] Update twython/twitter_endpoints.py Update the base URL to be in https to enable encryption, a requirement for such a popular social network. --- twython/twitter_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/twitter_endpoints.py b/twython/twitter_endpoints.py index 85da63a..e8e9ac3 100644 --- a/twython/twitter_endpoints.py +++ b/twython/twitter_endpoints.py @@ -13,7 +13,7 @@ """ # Base Twitter API url, no need to repeat this junk... -base_url = 'http://api.twitter.com/{{version}}' +base_url = 'https://api.twitter.com/{{version}}' api_table = { 'getRateLimitStatus': {