Masahiro Nagano > WebService-Mogo2-0.01 > WebService::Mogo2

Download:
WebService-Mogo2-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

WebService::Mogo2 - Perl Interface to mogo2.jp

SYNOPSIS ^

 use WebService::Mogo2;
 my $mogo2 = WebService::Mogo2->new(
     username => 'example@example.com',
     password => 'mypass'
 );
 $result = $mogo2->update("My current Status");

DESCRIPTION ^

WebService::Mogo2 impliments perl interface to mogo2.jp's API. This modules is based on Net::Twitter.

METHODS ^

thread_timeline
 $mogo2->thread_timeline( $id, since => '..' );

OVERRIDE METHODS ^

public_timeline
 $mogo2->public_timeline( since_id => '..' );
friends_timeline
 $mogo2->friends_timeline( count => '..', since => '..' );
 $mogo2->friends_timeline( $id, count => '..', since => '..' );
user_timeline
 $mogo2->user_timeline( count => '..', since => '..' );
 $mogo2->user_timeline( $id, count => '..', since => '..' );

SEE ALSO ^

Net::Twitter, http://mogo2.jp/api.shtml

AUTHOR ^

Masahiro Nagano <<kazeburo@gmail.com>>

COPYRIGHT ^

Copyright (c) 2007 by Masahiro Nagano

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.