Changeset e960958 in lab.git for Dev/twitter/get_oauth.pl
- Timestamp:
- Jun 21, 2013 3:48:34 PM (11 years ago)
- Branches:
- master
- Children:
- 0f8acb5
- Parents:
- a5b6bf1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/get_oauth.pl
r8333ea0 re960958 3 3 use warnings; 4 4 use utf8; 5 use Net::Twitter::Lite ;5 use Net::Twitter::Lite::WithAPIv1_1; 6 6 7 7 use YAML::Tiny; … … 13 13 my $access_token_secret = $config->{'access_token_secret'}; 14 14 15 my $nt = Net::Twitter::Lite ->new(15 my $nt = Net::Twitter::Lite::WithAPIv1_1->new( 16 16 traits => ['API::REST', 'OAuth'], 17 17 consumer_key => $consumer_key,
Note: See TracChangeset
for help on using the changeset viewer.