<div>Eric,</div>
<div> </div>
<div>Thanks for the response. I completely understand the &quot;don&#39;t reinvent the wheel&quot;, it&#39;s just the documentation doesn&#39;t say anything about that, so I wasn&#39;t sure if that was the conclusion I was supposed to come to. Thanks for clearing it up! I&#39;ll take a look at the metaweblog API and see if I can get that working.</div>

<div> </div>
<div>Tim<br><br></div>
<div class="gmail_quote">On Tue, Jun 15, 2010 at 9:54 AM, <a href="mailto:eric@eamann.com">eric@eamann.com</a> <span dir="ltr">&lt;<a href="mailto:eric@eamann.com">eric@eamann.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>
<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.  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&#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"> </p>
<p style="MARGIN: 0px">I&#39;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>
<div>
<div></div>
<div class="h5">
<p> </p>
<div style="MARGIN: 5px 0px; FONT-FAMILY: monospace">On June 15, 2010 at 3:39 PM Tim Golen &lt;<a href="mailto:tim@golen.net" target="_blank">tim@golen.net</a>&gt; wrote:<br><br>&gt; Hello,<br>&gt;<br>&gt; I&#39;ve got all the functions at <a href="http://codex.wordpress.org/XML-RPC_wp" target="_blank">http://codex.wordpress.org/XML-RPC_wp</a> 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 <a href="http://codex.wordpress.org/XML-RPC_Support" target="_blank">http://codex.wordpress.org/XML-RPC_Support</a> 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></div></div></div><br>_______________________________________________<br>wp-xmlrpc mailing list<br><a href="mailto:wp-xmlrpc@lists.automattic.com">wp-xmlrpc@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-xmlrpc" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-xmlrpc</a><br><br></blockquote></div><br>