WWW::Facebook::API::Photos

WWW::Facebook::API::Photos is a Perl module to handle Facebook photos.
Download

WWW::Facebook::API::Photos Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Romano
  • Publisher web site:
  • http://search.cpan.org/~unobe/WWW-Facebook-API-v0.4.7/lib/WWW/Facebook/API/Profile.pm

WWW::Facebook::API::Photos Tags


WWW::Facebook::API::Photos Description

WWW::Facebook::API::Photos is a Perl module to handle Facebook photos. WWW::Facebook::API::Photos is a Perl module to handle Facebook photos.SYNOPSIS use WWW::Facebook::API;SUBROUTINES/METHODSadd_tag( %params ) The photos.addTag method of the Facebook API: $response = $client->photos->add_tag( pid => 2, tag_uid => 3, tag_text => "me", x => 5, y => 6, ); or $response = $client->photos->add_tag( tags => $json_serialized ); tag_text is ignored if tag_uid is set.create_album( name => $name, location => $loc, description => $descr ) The photos.createAlbum method of the Facebook API: $response = $client->photos->create_album( name => 'fun in the sun', location => 'California', description => "Summer '07", );get( aid => $album_id, pids => ) The photos.get method of the Facebook API: $response = $client->photos->get( aid => 2, pids => );get_albums( uid => $uid, pids => ) The photos.getAlbums method of the Facebook API: $response = $client->photos->get_albums( uid => 1, pids => );get_tags( pids => ) The photos.getTags method of the Facebook API: $response = $client->photos->get_tags( pids => );upload( aid => $album_id, caption => $caption, data => $data ) The photos.upload method of the Facebook API: $response = $client->photos->upload( aid => 5, caption => 'beach', data => 'raw data', ); Currently, only jpeg photos can be uploaded. Requirements: · Perl


WWW::Facebook::API::Photos Related Software