I've gotten some reports from people that they've had problems using their blogging tool of choice to post to Windows Live Spaces using the MetaWeblog API. I haven't had any problems posting using W.Bloggar but have had some issues using Blogjet recently. I'd appreciate it if anyone else who's having issues posting to their blog responds with a comment to this blog post with information about which blogging tool you are using and what error message the tool reports.

Thanks.


 

Saturday, 05 August 2006 21:49:03 (GMT Daylight Time, UTC+01:00)
I am using ecto for Windows and I am getting XML-RPC fault code 3001, and fault string "Access Denied" from the server. I can't seem to post the XML data (getting a ASP.NET exception page) so please email me if you need the raw data.

Is there some setting I need to switch on in my spaces to allow 3rd party client access?

My spaces is: http://ectowintest.spaces.live.com/
Monday, 07 August 2006 23:25:57 (GMT Daylight Time, UTC+01:00)
Hi,

I also use BlogJet and I can't use it to post (and I know three more persons with the same problem).

My Space URL is http://nazul.spaces.live.com.

I "report" this at mike.spaces.live.com/Blog/cns!FBABF8E542F5D5DB!6957.entry.

Monday, 07 August 2006 23:35:26 (GMT Daylight Time, UTC+01:00)
I downloaded w.Bloggar to test if I can post using this and it fails.
Tuesday, 15 August 2006 19:56:05 (GMT Daylight Time, UTC+01:00)
To get our iMunch tool to work (from samples at www.zeepe.com), we required the following changes:

1. Modify (upgrade) the Jsolait XML-RPC library being used to handle the format of the dateTime.iso8601 element returned by Spaces.

2. Modify our code to not expect (require) category lists to be returned. Spaces is returning unknown method on getCategoryList and also on the method getPostCategories. Given that Spaces supports post categories, it ought to implement these?

After those two changes everything works fine - posting, editing and deleting.
Wednesday, 16 August 2006 02:23:07 (GMT Daylight Time, UTC+01:00)
Pete,
See http://msdn.microsoft.com/library/en-us/msnspaces/MetaWeblogAPI_getCategories_Method.asp
Friday, 25 August 2006 13:40:44 (GMT Daylight Time, UTC+01:00)
As reported by email, the problem was that BlogJet used SSL v2 by default, while Spaces require at least SSL v3.
This will be fixed in the upcoming version.

Thanks, Dare!
Tuesday, 29 August 2006 17:09:24 (GMT Daylight Time, UTC+01:00)
Dare,

Sorry, I've been on holiday - and it seems like I needed one. I was testing using a Moveable Type profile rather than 'pure' MetaWebLog API - yes getCategories() method does exist.

However, that API only seems to return the custom categories defined by the user, not all the standard ones defined by Windows Spaces. Or am I being daft again :-(

Some more testing later and it seems that the list returned is the list of categories used across all the posts rather than the list of categories that could be used (Windows Live Writer has access to the whole list, or is it coded with the list of 'standard' categories?).

Comments are closed.