Using DropboxOAuth2Helper and samples from Dropbox SDK for Windows, I had successfully implemented authorization (and I get valid access token). Part of this process is redirection to localhost, after Allowing application access with Dropbox, with response and access token in fragment. In this case it shows that application waits for response on port which is registered as redirecturi on Dropbox.
Only issue I got is that I'm left with window and "Unable to connect" message.
Again to mention, I got access token, url_with_fragment parameter, authentication is successful, so that is all a ok.
Problem is just leftover message and window with this ugly message.
User can close this window manually, but we do not find this nice nor professional.
Do you have any suggestion how to get rid of this message (or this window or tab) after successful authorization?
1. Before authorization
2. After authorization