Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dropbox API with WebAuthenticationBroker

I am using WebAuthenticationBroker.AuthenticateAsync() method. After successfully logging in and granting access to my application, it stays at the Dropbox success screen and does not redirect to my local metro application. I have to click back to app and then metro app detects that as user canceled.

Also, what should be the callback URL value ? As of now I am keeping it blank as it is a metro app & it seems to be working fine.

Am i missing something ?

like image 781
NoobDeveloper Avatar asked Jul 14 '26 19:07

NoobDeveloper


1 Answers

Update: This was because i used URL as string directly instead of using Uri.EscapeDataString() method

like image 185
NoobDeveloper Avatar answered Jul 20 '26 09:07

NoobDeveloper



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!