* change hash key name
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Sat, 11 Sep 2010 06:02:42 +0000 (06:02 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Sat, 11 Sep 2010 06:02:42 +0000 (06:02 +0000)
git-svn-id: https://lab.mitty.jp/svn/lab/trunk/twitter@47 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

get_oauth.pl
nt_bot.pl

index 505d228..ca2199c 100755 (executable)
@@ -8,7 +8,7 @@ use YAML::Tiny;
 my $config = (YAML::Tiny->read('config.yml'))->[0];
 
 my $consumer_key = $config->{'consumer_key'};
-my $consumer_key_secret = $config->{'consumer_key_secret'};
+my $consumer_key_secret = $config->{'consumer_secret'};
 my $access_token = $config->{'access_token'};
 my $access_token_secret = $config->{'access_token_secret'};
 
index 623560b..5b005ca 100755 (executable)
--- a/nt_bot.pl
+++ b/nt_bot.pl
@@ -8,7 +8,7 @@ use YAML::Tiny;
 my $config = (YAML::Tiny->read('config.yml'))->[0];
 
 my $consumer_key = $config->{'consumer_key'};
-my $consumer_key_secret = $config->{'consumer_key_secret'};
+my $consumer_key_secret = $config->{'consumer_secret'};
 my $access_token = $config->{'access_token'};
 my $access_token_secret = $config->{'access_token_secret'};