in reply to Understanding oAuth with Perl
Basically, first time you run your app (perl program), it tells the user to start a browser and get some codes
Then the user runs the program again, but time provides the program with the codes he obtained (the program could keep running, waiting for the user, you write that part)
Net::OAuth::Simple tells you to see http://search.cpan.org/dist/Net-FireEagle/bin/fireeagle for a more complete example, also examples
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Understanding oAuth with Perl
by Gangabass (Vicar) on Mar 09, 2011 at 18:05 UTC | |
by Anonymous Monk on Mar 10, 2011 at 12:56 UTC | |
by Anonymous Monk on Mar 10, 2011 at 13:25 UTC | |
by Anonymous Monk on Jun 25, 2012 at 23:37 UTC |