Changeset 0f8acb5 in lab.git for Dev


Ignore:
Timestamp:
Jun 21, 2013 4:12:40 PM (11 years ago)
Author:
Ken-ichi Mito <mitty@…>
Branches:
master
Children:
90f8850
Parents:
e960958
Message:

remove retweeted_by_me function

  • 'retweeted_by_me' was removed from Twitter API 1.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/twitter/dump_timeline.pl

    re960958 r0f8acb5  
    1919    die <<EOM; 
    2020usage: $0 
    21     [{u}ser_timeline(default)|{r}etweeted_by_me|{m}sentions|{s}earch 
     21    [{u}ser_timeline(default)|{m}sentions|{s}earch 
    2222        [screen_name 
    2323            [number_of_pages|all 
     
    6464        if ($method eq 'user_timeline' || $method eq 'u') { 
    6565            $res = $bot->user_timeline($param); 
    66         } 
    67         elsif ($method eq 'retweeted_by_me' || $method eq 'r') { 
    68             $res = $bot->retweeted_by_me($param); 
    6966        } 
    7067        elsif ($method eq 'mentions' || $method eq 'm') { 
Note: See TracChangeset for help on using the changeset viewer.