eszpee has asked for the wisdom of the Perl Monks concerning the following question:
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)use Net::Blogger; use Data::Dumper; $b = Net::Blogger->new(AppKey=>'8DB4B79CADF9708155A26FD21D23240C8F118D +1308'); $b->Username("sbrnr"); $b->Password("*******"); print Dumper($b->getUsersBlogs());
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 |