https://youtu.be/486aPur-vZs

We have 3 different WordPress API Integrations:


XML-RPC API Method:

This API integration operates over port 80/443. These are the standard ports for http and https.It is quite possible that your hosting company are blocking the requests.

After many months of Masher posting to WordPress, seeing different errors such as "Forbidden" and "Unable to Post", it is 99.9% of the time (100% really, but allowing for the exception), a hosting issue.

Also, check the hosting company for Firewall blocks.


REST API METHOD:

WordPress Integration

  1. Install/Activate JWT Authentication for WP Rest Plugin to WordPress
  2. Get your JWT Secret key from RSSMasher.
  3. Copy and paste the WP-Config.php file below the 1st set of define statements - above the define secrets keys section
  4. Check-in RSSMasher with the test post

APP PW METHOD:

WordPress Integration (Recommended)