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

How to run the example:

  1. Sign up and for a developer account and get your credentials at the Yelp developer site.
  2. $ cp config.json.example config.json.
  3. Edit config.json to include the credentials from step 1.
  4. $ go run main.go