Help for this page
package Yammer; use strict; use base qw(Net::OAuth::Simple); ... } 1;
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( +$_);