#OAUTH authorizeHost, authorizePath, tokenHost, tokenPath

1 messages · Page 1 of 1 (latest)

round pulsar
#

Hello! I want to confirm that all of this info is correct, thanks!

naive scaffold
#

Looks good to me. Are you running into any issues?

round pulsar
#

yes, Response Error 400 Bad Request now, when iam trying get access token from code

brisk garnet
naive scaffold
#

Good catch 🙂

#

I created a PR for this.

#

@round pulsar what is the exact URL you are using? Seems like you use some package to build the URL..

round pulsar
round pulsar
#

@naive scaffold Iam trying now with axios, this is where iam sending the request

#

and this is what i get:

round pulsar
naive scaffold
#

You are probably not sending the body as applicaiton/json.. you need to set your header Content-Type: application/json