| OAuth-Lite documentation | Contained in the OAuth-Lite distribution. |
OAuth::Lite - OAuth framework
or if you want to build server on mod_perl2, See OAuth::Lite::Server::mod_perl2.
This framework allows you to make "OAuth Consumer Application" / "OAuth Service Provider" easily.
http://oauth.net/
OAuth::Lite::Consumer OAuth::Lite::ServerUtil OAuth::Lite::Server::mod_perl2
Lyo Kato, lyo.kato _at_ gmail.com
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
| OAuth-Lite documentation | Contained in the OAuth-Lite distribution. |
package OAuth::Lite; use strict; use warnings; our $VERSION = "1.30"; our $OAUTH_DEFAULT_VERSION = "1.0"; 1; __END__