metaWeblog.newPost
creates a new post, and optionally publishes it
- Parameter
blogid :
String
- Parameter
username :
String
- Parameter
password :
String
- Parameter
content :
Object, which can contain the following properties .title String .description String .dateCreated String (ISO.8601) .categories Array of Strings, containing categories .flNotOnHomePage Boolean, if true then entry just appears in topic .mt_allow_comments int, 0=no, 1=yes [MT-API] .mt_allow_pings int, currently ignored [MT-API] .mt_convert_breaks String, currently ignored [MT-API] .mt_text_more String, currently ignored [MT-API] .mt_excerpt String, currently ignored [MT-API] .mt_keywords String, currently ignored [MT-API] .mt_tb_ping_urls String, currently ignored [MT-API] .mt_text_more String, currently ignored [MT-API]
- Parameter
publish :
int, 0=no, 1=yes
- Returns
String representing the ID of the new Story
|