Skip to content
Dev Group edited this page Jan 29, 2015 · 1 revision

How To Use Dropbox API SDK for Xojo

This project consists of two TLS sockets that provide our access to the Dropbox Core API for oAuth and for API calls. There are two windows within this project. One Window is one Demo window that is designed to provide a testing ground prior to having to integrate any code into your current project and the second window confirms the dropbox authorization process.

oAuth 2.0 Authorization

The Dropbox Core API employs oAuth v1/2 as every great API should. I chose to implement oAuth v2.0 with the Dropbox Core API. I recommend reading the oAuth 2.0 specification as this will give you a great understanding of the oAuth 2.0 process. Link: [Dropbox Core API oAuth 2.0 implementation specification] (https://www.dropbox.com/developers/blog/45/using-oauth-20-with-the-core-api)

Clone this wiki locally