NAME

App::TwitShell::Resources::Get - Container for data retrieving function (API interface).

VERSION

Version 4.10

SYNOPSIS

App::TwitShell::Resources::Get is the Twitter's API interface for data retrieving.

FUNCTIONS

get_single_post( $client )

Retrieve a single post.

get_user_posts( $client )

Retrieve given user's post (user_timeline).

get_friends_posts( $client )

Retrieve given user's friends post (friends_timeline). Require authentication.

get_inbox( $client )

Retrieve given user's received direct messages (direct_messages). Require authentication.

get_outbox( $client )

Retrieve given user's sent direct messages (direct_messages/sent). Require authentication.

AUTHOR

Alessandro Ghedini, <alexbio at cpan.org>

BUGS

Please report any bugs or feature requests to bug-twitshell at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=TwitShell. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc App::TwitShell::Resources::Get

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2010 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.