From 46d96eff14c9d63fee2d0eff156050522b215ff7 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 1 Sep 2014 05:00:31 -0700 Subject: make fuckin twitter plugin work by selling my soul to the devil for a fuckin api key. Are y'all fuckin happy? --- library/twitteroauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/twitteroauth.php b/library/twitteroauth.php index 7f3dcba4d..009ad56bd 100644 --- a/library/twitteroauth.php +++ b/library/twitteroauth.php @@ -18,7 +18,7 @@ class TwitterOAuth { /* Contains the last API call. */ public $url; /* Set up the API root URL. */ - public $host = "https://api.twitter.com/1/"; + public $host = "https://api.twitter.com/1.1/"; /* Set timeout default. */ public $timeout = 30; /* Set connect timeout. */ -- cgit v1.2.3