File: README.markdown

package info (click to toggle)
golang-github-gomodule-oauth1 0.0~git20181215.9a59ed3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 260 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
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