package
0.0.0-20180319155456-bca2e7f09a17
Repository: https://github.com/garyburd/go-oauth.git
Documentation: pkg.go.dev

# README

This example shows how to use the oauth package with Dropbox.

To run this example:

  1. Register an application at https://www.dropbox.com/developers/apps
  2. $ cp config.json.example config.json.
  3. Edit config.json to include your Dropbox application key and application secret from step 1.
  4. $ go run main.go