From eef8b68e992635e72b1e464c0fb0e212b8219318 Mon Sep 17 00:00:00 2001 From: rayfranco Date: Tue, 8 Mar 2011 20:11:24 +0100 Subject: [PATCH] Fixed a bug with the new API oAuth end point --- application/libraries/tweet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/tweet.php b/application/libraries/tweet.php index 20504da..821f39d 100755 --- a/application/libraries/tweet.php +++ b/application/libraries/tweet.php @@ -277,7 +277,7 @@ class tweetOauth extends tweetConnection { private $_obj; private $_tokens = array(); - private $_authorizationUrl = 'http://api.twitter.com/oauth/authorize'; + private $_authorizationUrl = 'http://api.twitter.com/oauth/authenticate'; private $_requestTokenUrl = 'http://api.twitter.com/oauth/request_token'; private $_accessTokenUrl = 'http://api.twitter.com/oauth/access_token'; private $_signatureMethod = 'HMAC-SHA1';