Great work guys! Looks like this opens up a number of possibilities.
I am trying to connect to an OAuth2 application, which redirects the user back to my site with a code. I am to then exchange the code for an access token by making a POST call, and including the code in the parameters.
My question is, how do I include the the code from the redirect in the parameters of the next call?