We have a web app that will allow users to edit their videos, add intro/outro/watermark. Once the user already done on their video. We need to provide an option to post/syndicate their video as a draft on their wordpress site.
Our plan is to create a wordpress plugin that the user needs to install on their wordpres site. But our problem are the following:
- How can we authenticate our web app to the user's wordpress page?
- Looking int HTTP API most of the options are only for retrieving contents. Is there also a way to create pages?
Thanks in advance!