I'm making a mobile application for iPhone using Xamarin where I want my user to authorize them to DropBox folder. I learned that there are several C# libraries used for DropBox integration. But everything (DropNet, DropboxRestAPI etc) seems to have been built for integrating into the web applications and not in the mobile applications. Here is what I'm trying to achieve. 1. Authorize DropBox using the dropbox application installed on the phone and not by launching the browser in the mobile app 2. Get the request token 3. Exchange the request token into access token
The components available for xamarin are built on sync API. Is there any dropbox core API available in C# for achieving the above said?