oAuth Code Verification

  • 18 October 2018
  • 1 reply
  • 32 views

I’m trying to authorize my application via the oAuth flow and have hit a wall with verifying the authorization code. The oAuth flow documentation is a bit slim but it seems like this is an authorization code flow.

I’m able to get the authorization code and then send that back to my server but I’m unsure how to send that back to Unbounce with the app id and secret. For example, Facebook requires you to make a GET request with the id, secret, and auth code as query params. How does the request to https://api.unbounce.com/oauth/token need to be formatted?


1 reply

So of course right after raising a flag for help, I got it to work. I was missing the grant_type query param from my request. 😕

Reply