How get the token ?
-
Hello
I would like make a webapp with AngularJS.
In first time, i try to use postman like in docs (https://wp-oauth.com/knowledge-base/using-postman-and-wp-rest-api/) and i have this error :{ "error": "invalid_request", "error_description": "The request method must be POST when requesting an access token", "error_uri": "https://tools.ietf.org/html/rfc6749#section-3.2" }
My requete is in POST… ?? I don’t understand.
The screenshot of postman : https://s9.postimg.org/8s4jmzqny/Capture_d_e_cran_2015_12_19_a_09_56_19.jpg
In header i have this :
Authorization Basic WVM1ZHVZRUlxazBvT0FlVTNIeHUzYzNQOHlnTXhyOkR2a0lKUEhueDhJeXd3OEtyY3NZR3ZiS2xqakI1UQ==Can you help me ? It’s possible to get the token with angular ?
Thanks
- The topic ‘How get the token ?’ is closed to new replies.