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:
- 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