I am attempting to retrieve the access token via the Dropbox SDK and I am using the SimpleTest program. The browser keeps going to an error page after log in and the progress in HandleOAuth2Redirect never gets past the call to http.GetContextAsync(). Any ideas what I am missing?
Note the error is a 'This site can't be reached The connection was reset' page. The url appears to contain a valid access_token and other valid data but I am not able to collect it programmatically because the listener does not seem to respond?