nonce details for add_post function
-
Hi,
I have been successful in registering users en getting their authorization cookie. Now i want to publish a post over the API and i got stuck with the “Your ‘nonce’ value was incorrect. Use the ‘get_nonce’ API method.” message.
This is an example of the nonce i request:
Object {status: “ok”, controller: “userplus”, method: “add_post”, nonce: “f68dc3d7d9”}
Then i use it in a request like this
“https://amstelveenlijn.local/api/userplus/add_post/?key=888&cookie=cdcd|1426500407|LFPHhBYtbr2ERU1UfkcnzoFYkO9jVoDhwUF3nzZad2D|feb06752b5e335f5cf6e7c9f5dd5ec1c58296327763642d0e33430d7eede42d2&nonce=f68dc3d7d9&status=publish&title=cdcd&content=cdcd”
Who has a clue where to look next? The controller and method are correct, right?
Userplus version: 1.2.0 (purchased yesterday)
Thanks, Joera
- The topic ‘nonce details for add_post function’ is closed to new replies.