Hello!
I have UWP 8.1 app, I integrated box v2.
everything work fine with developer token.
But when I add OAuth2, somethung went wrong.
When I try get access to app (get authCode) openin a new windows woth login. After I click on "locgin" it show me a error :
My redirect Uri is "https://localhost/"
How I call acces page:
WebAuthenticationResult war = await WebAuthenticationBroker.AuthenticateAsync(
WebAuthenticationOptions.None,
authCodeUri,
callbackUri);