NAME
App::TwitShell::Resources::Send - Container for data posting function (API interface).
VERSION
Version 4.07
SYNOPSIS
App::TwitShell::Resources::Send is the Twitter's API interface for data posting.
FUNCTIONS
update( $username, $password, $msg, $shorten, $network )
Update authenticating user's status.
send( $username, $password, $msg, $recipient, $shorten, $network )
Send a direct message from authenticating user.
auto_shorten( $text )
Parse messages, extract URLs adn shorten them.