From b430c57af11a0a294a6758ae6649783844829a81 Mon Sep 17 00:00:00 2001 From: Amir Mohammad Saied Date: Sun, 10 May 2009 15:48:55 +0430 Subject: [PATCH 1/1] https for twitter --- bti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bti.c b/bti.c index 69efeb3..578e247 100644 --- a/bti.c +++ b/bti.c @@ -173,7 +173,7 @@ static void bti_curl_buffer_free(struct bti_curl_buffer *buffer) free(buffer); } -static const char *twitter_host = "http://twitter.com/statuses"; +static const char *twitter_host = "https://twitter.com/statuses"; static const char *identica_host = "https://identi.ca/api/statuses"; static const char *user_uri = "/user_timeline/"; -- 2.39.5