I have developed the WPF project with OAuth for Dropbox. I have faced some difficulties in the Access token generation process recently (It worked fine, a couple of days earlier).
I have used the Chromium browser for this process. While login with Dropbox account in chromium browser returns the Blank URL instead of the Redirect URL with Access token.
Url: https://www.dropbox.com/oauth2/authorize?response_type=token&client_id=abcxxxxxx&redirect_uri=https://www.xyz.com/oauth2/callback
CefSharp version: 37
Please suggest me to how to proceed furtherly and let me know if any further information required from my end.