Help for this page

Select Code to Download


  1. or download this
    package Yammer;
    use strict;
    use base qw(Net::OAuth::Simple);
    ...
    }
    
    1;
    
  2. or download this
    use Yammer;
    
    # Get the tokens from the command line, a config file or wherever 
    ...
    print "Then hit return after\n";
    <STDIN>;
    my ($access_token, $access_token_secret) = $app->request_access_token(
    +$_);