• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: blogger api
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: assistance with script
  • Next by Date: Re: a secure delete droplet
  • Previous by thread: blogger api
  • Next by thread: Script Run Applescript action
  • Index(es):
    • Date
    • Thread