TwitterBridge working again (for signin and posting to Twitter at least)

Now we just need to make it include the newname suggestion if the form fails
(for example forgetting to check the license checkbox or so).
This commit is contained in:
Mikael Nordfeldth
2015-07-18 01:18:08 +02:00
parent beba2a25d0
commit 9fdf6474f8
3 changed files with 63 additions and 64 deletions

View File

@@ -126,7 +126,7 @@ class TwitterOAuthClient extends OAuthClient
*
* @return the link
*/
function getAuthorizeLink($request_token, $signin = false)
function getTwitterAuthorizeLink($request_token, $signin = false)
{
$url = ($signin) ? self::$signinUrl : self::$authorizeURL;