aboutsummaryrefslogtreecommitdiffstats
path: root/library/twitteroauth.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-01 05:00:31 -0700
committerfriendica <info@friendica.com>2014-09-01 05:00:31 -0700
commit46d96eff14c9d63fee2d0eff156050522b215ff7 (patch)
treecedc316a399ef020cad146aa76e18eaf59f8bfe9 /library/twitteroauth.php
parent76a72a997d710f4cd53822313260fb259efb63cf (diff)
downloadvolse-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.php2
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. */