NAME

OAuth::Cmdline::Mojolicious - Run a standalone token collector

SYNOPSIS

use OAuth::Cmdline::Mojolicious;
app->start();

DESCRIPTION

OAuth::Cmdline::Mojolicious starts a web server, to which you should point your browser, in order to go through the OAuth rigamarole and collect the tokens for later use in command line scripts.

LEGALESE

Copyright 2014 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2014, Mike Schilli <cpan@perlmeister.com>