Net::Blogger::Engine::Blogger - Pyra Blogger API engine
This package inherits Net::Blogger::Engine::Base and defines methods
specific the the Pyra (blogger.com) XML-RPC server.
Instantiate a new Blogger Engine object.
Return the URI of the Blogger XML-RPC proxy
Return the maximum number of characters a single post may contain.
- 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>
$Date: 2005/03/26 19:29:08 $
Net::Blogger::Engine::Base
http://plant.blogger.com/api/
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.