트위터 api 버전 변경

This commit is contained in:
chicpro
2014-05-22 13:25:25 +09:00
parent 24d43d3924
commit bc97db94e5

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