Changeset 7848b0b in lab.git for Dev/twitter/dump_timeline.pl


Ignore:
Timestamp:
Feb 28, 2014 7:36:25 AM (10 years ago)
Author:
Ken-ichi Mito <mitty@…>
Branches:
master
Children:
cff45ef
Parents:
41617a0
Message:

enable SSL option for Net::Twitter::Lite::WithAPIv1_1

  • SSL is required
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/twitter/dump_timeline.pl

    r0f8acb5 r7848b0b  
    141141        consumer_secret => $conf->{consumer_secret}, 
    142142        legacy_lists_api => 0, 
     143        ssl             => 1, 
    143144    ); 
    144145     
Note: See TracChangeset for help on using the changeset viewer.