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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user