NAME
Net::Blogger::Engine::Blogger - Pyra Blogger API engine
SYNOPSIS
TBW
DESCRIPTION
This package inherits Net::Blogger::Engine::Base and defines methods specific the the Pyra (blogger.com) XML-RPC server.
PUBLIC MEHODS
$pkg->Proxy()
Return the URI of the Blogger XML-RPC proxy
$pkg->MaxPostLength()
Return the maximum number of characters a single post may contain.
KNOWN ISSUES
Delays
It remains uncertain how long a program needs to wait between the time that a new post is submitted to the Blogger servers and that that may post may be acted upon. The applies to the Blogger API getPost, editPost and deletePost methods equally. Anything under a 10 second will often result in a "post not found" fault. A delay of 10 seconds or more is usually successful. Your mileage may vary.
setTemplate()
<quote src = "ev">There are some blogs for which setTemplate will return a permission denied error. Newly created blogs will work. Sufficiently older blogs will work. A meanwhile work-around: edit the template through Blogger UI first.</quote>
VERSION
0.2
DATE
September 02, 2002
AUTHOR
Aaron Straup Cope
CHANGES
0.2
Updated Proxy to allow user defined URI.
Updated POD
0.1.3
Added quotes to $VERSION
0.1.2
Updated POD
0.1.1
Updated POD
0.1
Initial revision.
SEE ALSO
http://plant.blogger.com/api/
LICENSE
Copyright (c) 2001-2002 Aaron Straup Cope.
This is free software, you may use it and distribute it under the same terms as Perl itself.