Net::PingFM

Interact with ping.fm from Perl
Download

Net::PingFM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joe Higton
  • Publisher web site:
  • http://www.draxil.uklinux.net/

Net::PingFM Tags


Net::PingFM Description

Interact with ping.fm from Perl Net::PingFM is a Perl module for posting to http://ping.fm/.SYNOPSIS # Make pingfm object with our user and api keys: my $pfm = Net::PingFM->new( user_key => 'blah', api_key => 'foo' ); # check they like our keys (you don't need to do this!) $pfm->user_validate or die 'Couldn't log in to ping.fm!'; # make a post using our default method: $pfm->post( 'Hello ping.fm!' ); # make a microblog post: $pfm->post( 'Testing Net::PingFM' , { method => 'microblog' } ); # make a real blog post, with title and everything! $pfm->post( 'Testing Net::PingFM. Hours of fun..', { method => 'blog', title => 'Testing Testing!'} ); # get the list of services for the account: my @services = $pfm->services; Requirements: · Perl


Net::PingFM Related Software