paperlesswp
Forum Replies Created
-
It is not possible for any external app to insert new POst in any WordPress account unless they have the permissions from the admin that is why I am asking for the admin permission in my app in form of username and password. I will be authorized to create POSTS to only those user’s accounts who permit me to do so.
I can understand that the plugin is required for this process but to make the process more user-friendly it is required that the user doesn’t need to install the plugin itself. And as you know this plugin also requires changes in .htaccess file so every user is not familiar with making changes to .htaccess file. So this process will be worthless.
I hope you get my point.
Thanks for your reply…Thanks for your reply.
{ "code": "rest_cannot_create", "message": "Sorry, you are not allowed to create posts as this user.", "data": { "status": 401 } }
This is the actual error message.
Here the problem is that there are multiple customers to my app and all of them have their own WordPress so I cannot ask each of them to install some plugin to their WordPress site and to modify their .htaccess file as this not possible that each of them is familiar with this process.
So I am looking for something that can help me to figure this out.
There must be some process using which I can create a post in their account with his approval using API- This reply was modified 5 years ago by paperlesswp.