...
Do the same thing for other plugin.
Write api plugin
This in an important plugin, By using this we can do all write operation in nodebb. Like create category/topic/post, updating topic/post, delete topic/post…..etc.
Install nodebb-plugin-write-api
Login to nodebb as a admin user.
Go to admin pannel.
Go to
EXTEND => PLUGINS => FIND PLUGINS
Search for
nodebb-plugin-write-api
Click on
Install
Rebuild and restart nodebb.
Reload the admin panel.
Go to
EXTEND => PLUGINS => INSTALLED
Search for
nodebb-plugin-write-api
Click on
Activate
Rebuild and restart nodebb.
What is Master token
To perform any write operations in nodebb we need write api plugin. And this plugin provides apis to do those write operations but If you want to use this apis we have to pass a master token (in request headers
as Authorization token) and nodebb user id(add _uid
as query param or with in request body ).
How to create master
Login to nodebb as a admin user.
Go to admin pannel.
Go to
PLUGINS => WRITE API
Left side panel you can see
MASTER TOKENS
Section.Click on
CREATE TOKEN