Open shubhddn01 opened 2 years ago
x-www-form-urlencoded Request:
{
"client_id": "(The client id when you register an account)",
"client_secret": "(The client secret when you register an account)",
"grant_type": "authorization_code",
"code": "(The code)"
}
Hi, I was going through the blog and this repo. Here I was easily able to register my app and able to login after making few changes. On login, I got the code and state but on the next step I wasn't able to get the access_token. Below are the details :
Please let me know how I can solve this issue. Thanks in advance!