varsitynewsnetwork / wordpress-rest-api-client

A Wordpress API client for PHP
77 stars 63 forks source link

Can not create #14

Closed karborator closed 6 years ago

karborator commented 6 years ago

I can list but I can not create:

string(252) "Client error: POST https://example.com/wp-json/wp/v2/categories resulted in a 401 Unauthorized response:

fontebasso commented 6 years ago

Error 401 says it is not authorized, is authenticating with WpBasicAuth and the user you are using is allowed to create categories?