<!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&#39;s API is so that we don&#39;t have to reinvent the wheel.&#160; If someone else has already built an API that works, why invest the time required to duplicate it?</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">But after looking over the documentation, it looks like you&#39;d have better luck using the metaWeblog API than the Blogger API (The descriptions of page-related functions heavily reference metaWeblog, so that&#39;s where I started).</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">I&#39;d recommend trying:</p>

    <p style="margin: 0px;">&#160;</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>&#160;</p>

    <div style="margin: 5px 0px 5px 0px; font-family: monospace;">
      On June 15, 2010 at 3:39 PM Tim Golen &lt;tim@golen.net&gt; wrote:<br />
      <br />
      &gt; Hello,<br />
      &gt;<br />
      &gt; I&#39;ve got all the functions at http://codex.wordpress.org/XML-RPC_wp working<br />
      &gt; just fine... However, I noticed there aren&#39;t any functions for<br />
      &gt; adding/deleting/editing/retrieving actual posts. How is that supposed to be<br />
      &gt; handled? It mentions at http://codex.wordpress.org/XML-RPC_Support that<br />
      &gt; Wordpress supports the Blogger API (and others) and those do have functions<br />
      &gt; for working with posts. It doesn&#39;t make sense to me that you have to use<br />
      &gt; another systems API in order to make a post.<br />
      &gt;<br />
      &gt; Regardless, I tried to use the function blogger.newPost to create a post and<br />
      &gt; it keeps telling me the username and password is incorrect. All the calls I<br />
      &gt; make to wp.* functions work just fine with my username and password. Am I<br />
      &gt; missing something obvious here?<br />
      &gt;<br />
      &gt; Thanks for the help!<br />
      &gt; Tim<br />
    </div>
  </body>
</html>