| Net-OpenMicroBlogging documentation | Contained in the Net-OpenMicroBlogging distribution. |
Net::OpenMicroBlogging::AccessTokenResponse - An OpenMicroBlogging protocol response for an Access Token
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::AccessTokenResponse; use warnings; use strict; use base qw(Net::OpenMicroBlogging::Message Net::OAuth::AccessTokenResponse); __PACKAGE__->init_omb_message;
1;