<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title></title>
</head>
<body>
<p style="margin: 0px;">A lot of the reason for using another system's API is so that we don't have to reinvent the wheel.  If someone else has already built an API that works, why invest the time required to duplicate it?</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">But after looking over the documentation, it looks like you'd have better luck using the metaWeblog API than the Blogger API (The descriptions of page-related functions heavily reference metaWeblog, so that's where I started).</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">I'd recommend trying:</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">metaWeblog.newPost(blogid, username, password, struct, publish)</p>
<p style="margin: 0px;">metaWeblog.editPost(postid, username, password, struct, publish)</p>
<p style="margin: 0px;">meatWeblog.getPost(postid, username, password)<span></span></p>
<p> </p>
<div style="margin: 5px 0px 5px 0px; font-family: monospace;">
On June 15, 2010 at 3:39 PM Tim Golen <tim@golen.net> wrote:<br />
<br />
> Hello,<br />
><br />
> I've got all the functions at http://codex.wordpress.org/XML-RPC_wp working<br />
> just fine... However, I noticed there aren't any functions for<br />
> adding/deleting/editing/retrieving actual posts. How is that supposed to be<br />
> handled? It mentions at http://codex.wordpress.org/XML-RPC_Support that<br />
> Wordpress supports the Blogger API (and others) and those do have functions<br />
> for working with posts. It doesn't make sense to me that you have to use<br />
> another systems API in order to make a post.<br />
><br />
> Regardless, I tried to use the function blogger.newPost to create a post and<br />
> it keeps telling me the username and password is incorrect. All the calls I<br />
> make to wp.* functions work just fine with my username and password. Am I<br />
> missing something obvious here?<br />
><br />
> Thanks for the help!<br />
> Tim<br />
</div>
</body>
</html>