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:
parent
76a72a997d
commit
46d96eff14
@ -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. */
|
||||||
|
Reference in New Issue
Block a user