For the form_post value, an HTTP POST request containing the results of the authorization is sent to the redirectURI. The HTTP body contains the result parameters with application/x-www-form-urlencoded content type. from the quote, on the redirectedURI we have to handle the response. But have no idea what url to process the HTTP POST request. Am confused on how to handle the response and how the response object looks like.
Any clarifications on the statement?