]> git.mxchange.org Git - friendica.git/commitdiff
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 7f3dcba4d77728bd090af034962bd95bb1d52c4d..009ad56bd4a3b76a7048dafd7b2724e2118ce7ef 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. */