
Net::Blogger::Engine::Radio - UserLand Radio Blogger API engine

my $radio = Blogger->new(engine=>"radio");
$radio->Proxy(PROXY);
$radio->Username(USERNAME);
$radio->Password(PASSWORD);
$radio->newPost(
postbody => \"hello world",
publish=>1,
);
$radio->metaWeblog()->newPost(
title=>"hello",
description=>"world",
publish=>1,
);

This package inherits Net::Blogger::Engine::Userland and implements methods specifc to a RadioUserLand XML-RPCserver.

TBW

"blogid is ignored. (Radio only manages one weblog, but something interesting could be done here with categories. In your code you must pass "home", all other blogid's cause an error.)"
-- http://radio.userland.com/emulatingBloggerInRadio#howTheBloggerApiMapsOntoRadioWeblogs
This method overrides Net::Blogger::API::Extended::getBlogId method
See docs for GetBlogId

0.2.4

July 05, 2002

Aaron Straup Cope


Net::Blogger::Engine::Userland
Net::Blogger::Engine::Userland::metaWeblog
http://frontier.userland.com/emulatingBloggerInManila

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.