I have developed a free web based blog client called WriteToMyBlog (http://writetomyblog.com).
I am trying to set it up to post entries to LiveJournal using XML-RPC and I get the following error when requesting, blogger.getRecentPosts (actual method name, metaWeblog.getRecentPosts). It works fine for blogger.getUsersBlogs. I also tried it using Atom and the same thing happens. Can anyone please help? Thanks in advance.
I've been referring to: http://www.sixapart.com/developers/livejournal.html, documentation, is this correct? (Even tried with the Perl example code) Do I need an API key or something?
The Error Response From LJ:
faultString:
Failed to access class (metaWeblog): Can't locate metaWeblog.pm in @INC (@INC contains:) at (eval 315)[/usr/share/perl5/SOAP/Lite.pm:2261] line 3.
faultCode:
Client
Thanks,
Mark.