Help for this page

Select Code to Download


  1. or download this
    my $twitter = Net::Twitter::Lite::WithAPIv1_1->new(
      access_token_secret => $config->{TWITTER_ACCESS_SECRET},
    ...
      user_agent          => 'TwitterBotExample',
      ssl => 1,
    );