| Net-OpenMicroBlogging documentation | Contained in the Net-OpenMicroBlogging distribution. |
Net::OpenMicroBlogging::RequestTokenRequest - An OpenMicroBlogging protocol request for a Request Token
Net::OpenMicroBlogging::Request, http://openmicroblogging.org
Keith Grennan, <kgrennan at cpan.org>
Copyright 2007 Keith Grennan, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Net-OpenMicroBlogging documentation | Contained in the Net-OpenMicroBlogging distribution. |
package Net::OpenMicroBlogging::RequestTokenRequest; use warnings; use strict; use base qw(Net::OpenMicroBlogging::Message Net::OAuth::RequestTokenRequest); __PACKAGE__->init_omb_message; __PACKAGE__->add_required_message_params(qw/omb_version omb_listener/);
1;