Distributor enables connecting to websites hosted on the WordPress.com platform including WordPress VIP (Classic) via Oauth2.
- Visit the WordPress.com application manager and click the 'Create New Application' button.
- Name your application. In the "Redirect URLs" field enter your wp-admin post.php urg, eg.
https://mydomain.com/wp-admin/post.php
. - Once created, note the application's Client ID and Client Secret.
- Add a new external connection. Give the connection a name and select "WordPress.com REST API" from the External Connection Type dropdown. Click the "Authorize Connection" button.
- Enter the Client ID and Client Secrets from your application. Click the 'Authorize Connection with WordPress.com' button.
- On the wordpress.com oauth2 page, click 'Approve' to authorize the connection.
- Enter the External connection URL to connect to. Click "Update Connection" to save.