make twitter handle things automatically
This commit is contained in:
parent
4ee85e9239
commit
52ad887163
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ sub www_login {
|
|||
consumer_secret => $setting->get( 'twitterConsumerSecret' ), # Test: 'E4M5DJ66RAXiHgNCnJES96yTqglttsUes6OBcw9A',
|
||||
);
|
||||
|
||||
my $url = $nt->get_authorization_url(
|
||||
my $url = $nt->get_authentication_url(
|
||||
callback => $url->getSiteURL . $url->page('op=auth&authType=Twitter&method=callback'),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue