<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey Bradly,<div><br></div><div>You can't modify hidden fields trough the XMLRPC. Since it is considered protected. You can however whitelist those fields by using&nbsp;register_meta().</div><div>I never used it myself and there isn't a codex page for, so you do need to look in the core for how it works. Some information can be found on trac:&nbsp;<a href="http://core.trac.wordpress.org/ticket/19919">http://core.trac.wordpress.org/ticket/19919</a></div><div><br></div><div>Marko</div><div><br><div><div>Op 23 dec. 2012, om 23:41 heeft Bradly Swart &lt;<a href="mailto:brad8711@gmail.com">brad8711@gmail.com</a>&gt; het volgende geschreven:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi List,<div><br></div><div>I've been putting around the net over the past few days figuring out how to get xmlrpc working with ruby. I'm trying to do some&nbsp;programmatic&nbsp;insertion of products into a WooCommerce site. Running the latest version of Wordpress. I've read some stuff on add_post_meta() but hasnt helped.</div>
<div><br></div><div>I've managed to get the posting working, as well as custom fields, the problem has come in with hidden fields. In the snippet bellow product_url works fine, _sku doesn't</div><div><br></div><div style="">
snippet as part of the post content:</div><div style="">-------------------------------------------------------------------------------------------------------------------------</div><div><div>'custom_fields' =&gt; [{'key' =&gt; 'product_url', 'value' =&gt; '<a href="http://mysite.com/?rsid=9999'">http://mysite.com?rsid=9999'</a>},</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {'key' =&gt; "_sku", 'value' =&gt; &nbsp;'9999'}]</div></div><div>-------------------------------------------------------------------------------------------------------------------------<br>
</div><div><br></div><div>XMLRPC Call:</div><div>-------------------------------------------------------------------------------------------------------------------------<br></div><div><div>post_id = connection.call(</div>
<div>&nbsp; 'metaWeblog.newPost',</div><div>&nbsp; 1,</div><div>&nbsp; 'user',</div><div>&nbsp; 'password',</div><div>&nbsp; post,</div><div>&nbsp; true</div><div>)</div><div>-------------------------------------------------------------------------------------------------------------------------<br>
</div><div><br></div><div style="">Hoping someone can help me out.</div><div style=""><br></div><div><div><div>Bradly Swart</div><div><br></div><div>Mobile: +61447068962</div><div>Skype: bradly.swart</div><div>Twitter:&nbsp;<a href="http://twitter.com/brad8711" target="_blank">@brad8711</a></div>
</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">linkedIn:</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">&nbsp;</span><font color="#222222" face="arial, sans-serif"><a href="http://za.linkedin.com/in/bradlyswart" target="_blank">http://za.linkedin.com/in/bradlyswart</a></font></div>
</div>
</div></div>
_______________________________________________<br>wp-xmlrpc mailing list<br><a href="mailto:wp-xmlrpc@lists.automattic.com">wp-xmlrpc@lists.automattic.com</a><br>http://lists.automattic.com/mailman/listinfo/wp-xmlrpc<br></blockquote></div><br></div></body></html>