Deprecated.
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.
PACKAGE METHODS
__PACKAGE__->new()
Instantiate a new Blogger Engine object.
OBJECT METHODS
$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
1.0
DATE
$Date: 2005/03/26 19:29:08 $
AUTHOR
Aaron Straup Cope
SEE ALSO
http://plant.blogger.com/api/
LICENSE
Copyright (c) 2001-2005 Aaron Straup Cope.
This is free software, you may use it and distribute it under the same terms as Perl itself.