Seeking help posting to WordPress blogs from Xojo

I’ve scoured the forums and queried Google, but for the life of me I can’t find the information I need to help me post blog posts and pages to WordPress blogs using Xojo.

Can anyone point me in the right direction of a resource that shows how to do it, clearly, for someone currently befuddled by the process? I know it should be relatively simple, but it’s eluding me.

Wordpress has a REST API: https://developer.wordpress.org/rest-api/ . You can easily use this in Xojo.

Thanks, I’ll take a look at that. I was hoping someone might actually have some example code URL’s, but I’ll dig into the REST API.

At last years MBS Xojo Conf in Europe, I was doing a presentation on the subject. Here you find an example which connects to Wordpress and also WooCommerce through their REST APIs. There is also the presentation (keynote.zip) plus videos used in the presentation. Maybe this helps?
https://osswald.com/mbs18/

Thanks, Oliver.

That’s great, I’m taking a look now :slight_smile:

Amin did you ever get this working? We’re looking to do something similar.