X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=Dev%2Ftwitter%2Ftwitterbot.pl;h=1aa5bbd5f0d0db4b8d6cd96f09e1190770800ec2;hb=HEAD;hp=a4ead6b5ef42c64793c87cdf30d1fc600205874d;hpb=d9a45a4146c17de9feaa2d2fd59e2af6fa3a4f2b;p=lab.git diff --git a/Dev/twitter/twitterbot.pl b/Dev/twitter/twitterbot.pl index a4ead6b..1aa5bbd 100755 --- a/Dev/twitter/twitterbot.pl +++ b/Dev/twitter/twitterbot.pl @@ -179,6 +179,7 @@ sub login { consumer_key => $conf->{consumer_key}, consumer_secret => $conf->{consumer_secret}, legacy_lists_api => 0, + ssl => 1, ); $bot->access_token($conf->{access_token});