Net::OpenMicroBlogging::AccessTokenResponse - An OpenMicroBlogging protocol response for an Access Token


Net-OpenMicroBlogging documentation Contained in the Net-OpenMicroBlogging distribution.

Index


Code Index:

NAME

Top

Net::OpenMicroBlogging::AccessTokenResponse - An OpenMicroBlogging protocol response for an Access Token

SEE ALSO

Top

Net::OpenMicroBlogging, http://openmicroblogging.org

AUTHOR

Top

Keith Grennan, <kgrennan at cpan.org>

COPYRIGHT & LICENSE

Top


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;