NAME

XML::Atom::Lifeblog - Post lifeblog items using AtomAPI

SYNOPSIS

use XML::Atom::Lifeblog;

my $client = XML::Atom::Lifeblog->new();
$client->username("Melody");
$client->password("Nelson");

my $entry = $client->postLifeblog($PostURI, $title, $body, "foobar.jpg");

DESCRIPTION

XML::Atom::Lifeblog is a wrapper for XML::Atom::Client that handles Nokia Lifeblog API to post images associated with text messages.

METHODS

XML::Atom::Lifeblog is a subclass of XML::Atom::Client.

postLifeblog

my $entry = $client->postLifeblog($PostURI, $title, $body, $media);

Creates a new Lifeblog entry and post it to a Lifeblog aware server using <standalone> element. $image is a filepath of image or video files to be posted.

Returns XML::Atom::Entry object for the posted entry.

AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

XML::Atom::Client http://cognections.typepad.com/lifeblog/2004/12/lifeblog_postin.html