# README
This example shows how to use the oauth package with Dropbox.
To run this example:
- Register an application at https://www.dropbox.com/developers/apps
- $ cp config.json.example config.json.
- Edit config.json to include your Dropbox application key and application secret from step 1.
- $ go run main.go