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 QuickBooks .

The examples require a configuration file containing a consumer key and secret:

  1. Apply to the developer program at https://developer.intuit.com/ and create an application.
  2. $ cp config.json.example config.json.
  3. Edit config.json to include your consumer key and secret from step 1.

To run the web example:

  1. $ go run main.go
  2. Go to http://127.0.0.1:8080/ in a browser to try the application.