Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Understanding oAuth with Perl

by Gangabass (Vicar)
on Mar 09, 2011 at 12:36 UTC ( [id://892179]=perlquestion: print w/replies, xml ) Need Help??

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(
    +$_);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://892179]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found