Android Question How to post a comment to a Wordpress page

GaNdAlF89

Active Member
Licensed User
Longtime User
Hi, I want to know if there is a solution to post comments on a page of a website built with wordpress. Thanks
 

GaNdAlF89

Active Member
Licensed User
Longtime User
Technically it is possible as you can send any requests you like. However it will not be simple. You will need to first implement the log in step, save the cookie and then make the post request.

A tool such as FireBug which shows the browser http requests is very helpful for such tasks.
Thanks for reply. Please take a look to this that I found:
http://wordpress.rintcius.nl/post/look-how-this-wordpress-post-got-created-from-java

And then, is it possible to insert this java code in my B4A code?
 
Upvote 0
Top