[REBOL] Re: Blogger/REBOL XML-RPC
From: chris:langreiter at: 20-Aug-2001 12:03
Ouch!
What's wrong is how you're passing the parameters.
Just do it this way:
xmlrpc-call pant "blogger.newPost" ["appkey" "blog-id" "user" "pass"
your-message
true]
xmlrpc-call plant "blogger.getUsersBlogs" ["appkey" "user" "pass"]
BTW, I've played with the XML-RPC API a bit and added blogging
capabilities to a Jabber bot of mine:
http://www.langreiter.com/space/jabber-blog-it
If you want to push REBOL a bit into the Blogger's spotlights, write a
/View app à la blogBuddy [1] and tell [ev--pyra--com] and [dave--userland--com]
about it ;-)
Have fun,
Chris
[1] http://www.hi.is/~sigfuso/blogbuddy/