I develop Desktop app dropbox client, i want to authorize my app and get ability go perform api requests, but i dont want to show to user browser window, is any way to authorize user without browser and get access_token in C#
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simple answer: There is no supported way to do this with the OAuth flows that are implemented by Dropbox.
The idea of these flows is that the user only has to hand over his password directly on the (trusted) providers web site, which is just not possible without a browser/web view.