Hey all!
I'm trying to create a Retool resource for Twitter API v2 using Custom Auth.
I am making an API request to GET oauth2/authorize, and upon successful authentication, the redirect_uri would contain an auth_code parameter.
However, when I make the GET request, I do not get any redirect_uri in the headers nor the body.
Any help would be much appreciated!