make fuckin twitter plugin work by selling my soul to the devil for a fuckin api key. Are y'all fuckin happy?

This commit is contained in:
friendica 2014-09-01 05:00:31 -07:00
parent 76a72a997d
commit 46d96eff14

View File

@ -18,7 +18,7 @@ class TwitterOAuth {
/* Contains the last API call. */ /* Contains the last API call. */
public $url; public $url;
/* Set up the API root 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. */ /* Set timeout default. */
public $timeout = 30; public $timeout = 30;
/* Set connect timeout. */ /* Set connect timeout. */