Hi, I am able to get the user to authenticate their credentials for my app, which then redirects them to the redirect_uri I have specified. The URL contains the auth code I need to generate my access token but I have no idea how to retrieve it. I am using Flask/Python and followed the code in the docs but am having no success (Step 3 in https://developer.box.com/docs/authenticate-with-oauth-2). Can anyone help me out?
