NAME
App::TwitShell::Resources::Get - Container for data retrieving function (API interface).
VERSION
Version 4.06
SYNOPSIS
App::TwitShell::Resources::Get is the Twitter's API interface for data retrieving.
FUNCTIONS
get_single_post( $id, $network )
Retrieve a single post.
get_user_posts( $id, $screen_name, $count, $network )
Retrieve given user's post (user_timeline).
get_friends_posts( $username, $password, $count, $network )
Retrieve given user's friends post (friends_timeline). Require authentication.
get_inbox( $username, $password, $count, $network )
Retrieve given user's received direct messages (direct_messages). Require authentication.
get_outbox( $username, $password, $count, $network )
Retrieve given user's sent direct messages (direct_messages/sent). Require authentication.