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’]}”
