• Home
  • Popular Downloads
  • Contact Us
  • Submit

Softpile

Free Downloads

Main Navigation
  • Home
  • Windows
  • Mac OS X
  • Business
  • Desktop
  • Development
  • Education
  • Games
  • Internet
  • Multimedia
  • Utilities
Home » Linux » WWW::Facebook::API::Photos

WWW::Facebook::API::Photos

June 15, 2009
WWW::Facebook::API::Photos is a Perl module to handle Facebook photos.
Version: 0.4.14
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by: David Romano
WWW::Facebook::API::Photos is a Perl module to handle Facebook photos.

SYNOPSIS

use WWW::Facebook::API;

SUBROUTINES/METHODS

add_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 => [ @photo_ids ] )

The photos.get method of the Facebook API:

$response = $client->photos->get( aid => 2, pids => [4,7,8] );

get_albums( uid => $uid, pids => [ @photo_ids ] )

The photos.getAlbums method of the Facebook API:

$response = $client->photos->get_albums( uid => 1, pids => [3,5] );

get_tags( pids => [ @photo_ids ] )

The photos.getTags method of the Facebook API:

$response = $client->photos->get_tags( pids => [4,5] );

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.
api facebook facebook api facebook photos perl modul photos
Free Download 52K
0
  • Share on:

WWW::Facebook::API::Photos User Reviews

Sponsored

Categories

  • Linux

Related Downloads

ctkCallback
This package collects methods which apply to callbacks.
Catalyst::Plugin::PickComponents
Pick up the components for Catalyst
Data::Fallback
Fallback through an array of levels till you find your data, cacheing where ...
Algorithm::Evolutionary
Perform simple evolutionary computation tasks
only
Load specific module versions; Install many
Copyright © 1999-2017 Softpile Free Downloads
  • Contact Us
  • Submit
  • Privacy Policy
  • Disclaimer
  • Terms of Use