aspose 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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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: 1365

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] | [Samuh Varta]
Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1365

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: 1365

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:

Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1365

According to Wikipedia there are some java libraries that can help me with XML-RPC.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Parameter list to post comments on a Wordpress page
 
Similar Threads
Setting and getting application wide default values
Creation of icepdf-core.jar and icepdf-viewer.jar from ICEPDF.
Best technical blog website?
Ajax : when a large no. of form fields
Posting comments on WordPress blog via Java