diff options
author | friendica <info@friendica.com> | 2014-09-01 05:00:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-01 05:00:31 -0700 |
commit | 46d96eff14c9d63fee2d0eff156050522b215ff7 (patch) | |
tree | cedc316a399ef020cad146aa76e18eaf59f8bfe9 /library/twitteroauth.php | |
parent | 76a72a997d710f4cd53822313260fb259efb63cf (diff) | |
download | volse-hubzilla-46d96eff14c9d63fee2d0eff156050522b215ff7.tar.gz volse-hubzilla-46d96eff14c9d63fee2d0eff156050522b215ff7.tar.bz2 volse-hubzilla-46d96eff14c9d63fee2d0eff156050522b215ff7.zip |
make fuckin twitter plugin work by selling my soul to the devil for a fuckin api key. Are y'all fuckin happy?
Diffstat (limited to 'library/twitteroauth.php')
-rw-r--r-- | library/twitteroauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |