File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes Parameter list to post comments on a Wordpress page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Parameter list to post comments on a Wordpress page" Watch "Parameter list to post comments on a Wordpress page" New topic
Author

Parameter list to post comments on a Wordpress page

Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1355

I am trying to post comments on a Wordpress page from a mobile application over HTTP. I have the target URL but no details of the parameters that need to be passed. Is there a formal parameter list that I can refer for achieving the aforementioned?

Not sure if this is correct forum; please move this post if required.

Thanks.


[List of FAQs] | [Android FAQ] | [My Blog]
Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1355

Okay, I am not familiar with PHP so please excuse my ignorance here.

According to thispage there is a function wp-new-comment() which is to be invoked to add a new comment to the database. And the function takes just one parameter($commentdata).

Can I translate this to a GET/POST request?


Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1355

Apparently, we can invoke different functions on the PHP server of WordPress by sending appropriate XML-RPC requests. For posting new comments the details can be found XML-RPC: wp.newComment()

I skimmed through the XML-RPC spec and tried to hand-craft request XML myself. Not sure if I have got it right though:

This message was edited 1 time. Last update was at by Monu Tripathi

Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1355

According to Wikipedia there are some java libraries that can help me with XML-RPC.
 
 
subject: Parameter list to post comments on a Wordpress page
 
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com