I'm trying to use httpclient to make systematic posts on my wordpress blog,
but i can't seem to publish
below is where i believe the publish button is:
<input name="publish" type="submit" class="button-primary" id="publish"
tabindex="5" accesskey="p" value="Publish" />
I've added the following NameValuePair to my PostMethod request:
NameValuePair sub = new NameValuePair("publish", "Publish");
but the post does not show up on my blog, and if i stream what the
postmethod returns, the html code shows that it's still the posting page but
with all of the fields i want filled in (ie the title, and the content).
can anyone tell me how to fix this?
--
View this message in context:
http://www.nabble.com/Cannot-submit-tp21648118p21648118.html
Sent from the HttpClient-User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]