WWW::Shorten::SuPr is a Perl module.
SYNOPSIS
use WWW::Shorten::SuPr;
my $url = q{http://perl.org};
my $short_url = makeashorterlink($url);
my $long_url = makealongerlink($short_url); # eq $url
my $shortlinkwithauth = shortlinkwithauth($url,$login,$api);
# Su.pr provides a update your twitter and facebook wall with a
# message and shorten the links provided in the message
my $socialpost = WWW::Shorten::SuPrsocialpost($msg,$login,$api);
#Schedule the posts (time should be in unix format)
my $schedule_socialpost = WWW::Shorten::SuPr->schedule_socialpost($msg,$login,$api,$time);
Product's homepage
Requirements:
· Perl