Changeset 7848b0b in lab.git for Dev/twitter
- Timestamp:
- Feb 28, 2014 7:36:25 AM (11 years ago)
- Branches:
- master
- Children:
- cff45ef
- Parents:
- 41617a0
- Location:
- Dev/twitter
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/dump_timeline.pl
r0f8acb5 r7848b0b 141 141 consumer_secret => $conf->{consumer_secret}, 142 142 legacy_lists_api => 0, 143 ssl => 1, 143 144 ); 144 145 -
Dev/twitter/twitterbot.pl
rd9a45a4 r7848b0b 180 180 consumer_secret => $conf->{consumer_secret}, 181 181 legacy_lists_api => 0, 182 ssl => 1, 182 183 ); 183 184 -
Dev/twitter/update_timeline.pl
re960958 r7848b0b 96 96 consumer_secret => $conf->{consumer_secret}, 97 97 legacy_lists_api => 0, 98 ssl => 1, 98 99 ); 99 100
Note: See TracChangeset
for help on using the changeset viewer.