Not receiving access_token in auth request

Description
I am stuck on getting the access_token and refresh_token from the second step of the oauth tutorial. https://marketplace.zoom.us/docs/guides/auth/oauth#step-2-request-access-token.

Error
The error is in the SO question I made as well.

Also, Adding the params to the url as query params sends the same response
EG. “…/token?code=#{code}&grant_type=authorization_code&redirect_uri=#{ENV[‘ZOOM_REDIRECT_URI’]}”

I fixed it. I was using the wrong encoding type. I had ‘Perform URL safe encoding (uses Base64URL format).’ checked in the encoding link

Hey @taylor2,

Happy to hear you fixed it! :slight_smile:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.