eszpee has asked for the wisdom of the Perl Monks concerning the following question:

anybody could help me why this doesn't work?
use Net::Blogger; use Data::Dumper; $b = Net::Blogger->new(AppKey=>'8DB4B79CADF9708155A26FD21D23240C8F118D +1308'); $b->Username("sbrnr"); $b->Password("*******"); print Dumper($b->getUsersBlogs());
all i get is $VAR1 = []; (password is filled correctly of course, API key got from http://www.blogger.com/developers/api/1_docs/register.html)

activestate perl, Net::Blogger v0.86, and it works fine with movabletype-powered blogs... but not any blogger-functions are working.

thanks for any small hint, i'm quite lost...

eszpee

Replies are listed 'Best First'.
Re: Net::Blogger with blogspot hosted page
by aldus (Initiate) on May 27, 2005 at 16:41 UTC
    Do you ever make this work?. I install the Net::Blogger module and I ran the test for this module but I have this error: # Looks like you failed 2 tests of 6. t/00-basic....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 5-6 Failed 2/6 tests, 66.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/00-basic.t 2 512 6 2 33.33% 5-6 Failed 1/1 test scripts, 0.00% okay. 2/6 subtests failed, 66.67% okay. make: *** test_dynamic Error 2 /usr/bin/make test -- NOT OK Any ideas? Luis