Closed limaho closed 7 years ago
Hi, you are using method type POST
you should use GET
LOL we can't access your localhost
For furthur API request after getting your access_token and refresh token, on your Header you have to add additional header "Authorization" and put access_token as the value
Understanding grant password : http://docs.apigee.com/api-services/content/implementing-password-grant-type
Thanks @kabelo38
@hasib32 Thanks, was my mistake
@limaho No problem. I'm going to close the issue.
After getting the accessToken without any problem, how can I get another information from API. For example I trying to get the information of current user doing this:
But I am getting this when I use http://localhost/users/me:
{ "status": 405, "message": "Method Not Allowed" }
http://localhost/users
{ "status": 401, "message": "Unauthorized" }
Also If I want to save new user or update. If someone has done this, can you share it. Thank you