ibantxo
Results
1
issues of
ibantxo
I have this configuration code for my streaming: ``` my $done = AnyEvent->condvar; my $listener = AnyEvent::Twitter::Stream->new( token => TOKEN_FOLLOWTO, token_secret => TOKEN_SECRET_FOLLOWTO, consumer_key => CONSUMER_KEY_FOLLOWTO, consumer_secret => CONSUMER_SECRET_FOLLOWTO, method...