Dropbox Authorization in a Windows Store App

Developer Steve Marx has followed up on his earlier guide to Dropbox authorization in a Windows Forms app with a new walkthrough aimed at Windows Store developers. The key difference this time is the use of the WebAuthenticationBroker, a component designed for authentication flows in the Windows Store environment.

Marx provides a pair of simple functions—one written in JavaScript and one in C#—that handle the authorization process and return the user's access token. These code samples are intended for developers building Windows apps that integrate with Dropbox. Developers with questions are directed to the official developer forum for further assistance.