Twitter API 1.1
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 5 Mar 2013 02:48:29 +0000 (03:48 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 5 Mar 2013 02:48:29 +0000 (03:48 +0100)
library/twitteroauth.php

index 7f3dcba..009ad56 100644 (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. */