Twitter API 1.1

This commit is contained in:
Tobias Diekershoff 2013-03-05 03:48:29 +01:00
parent 1b74e3ff10
commit 86eec2e0fa
1 changed files with 1 additions and 1 deletions

View File

@ -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. */