Re: blogger api
Re: blogger api
- Subject: Re: blogger api
- From: Steve Cunningham <email@hidden>
- Date: Mon, 10 Mar 2003 21:32:25 -0500
>
I'm attempting to write an script that uses xml-rpc to call the blogger api's
>
metaWeblog.newPost function so that I can create a new blog entry that has
>
both a title and the body of the entry itself. The issue is that the
>
metaWeblog.newPost function expects a record and the key for the entry text
>
itself is 'description'. The snippet of code that I was using to create the
>
record is:
>
>
set blog_entry to {description:blog_content, title:blog_title} as record
>
works for me.
set blog_entry to {description:"blog_content", title:"blog_title"} as
record
description of blog_entry
--> "blog_content"
Version 1.8.3, OS 9.2
Someone also mentioned that you can use {|description|:blog_content to
get around reserved terms, but it doesn't seem to be needed in this case.
Steve
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.