NAME
Net::OAuth::LP - Launchpad.net OAuth 1.0
SYNOPSIS
OAuth 1.0a authorization and client for Launchpad.net
ATTRIBUTES
Net::OAuth::LP implements the following attributes:
consumer_key
Holds the string that identifies your application.
$lp->consumer_key('my-app-name');
token
Token received from authorized request
token_secret
Token secret received from authorized request
AUTHOR
Adam 'battlemidget' Stokes, "<adamjs at cpan.org>"
BUGS
DEVELOPMENT
Repository
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::OAuth::LP
SEE ALSO
* <https://launchpad.net/launchpadlib>, "Python implementation"
COPYRIGHT
Copyright 2013- Adam Stokes
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.