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-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
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](http://www.yelp.com/developers/manage_api_keys).
2. $ cp config.json.example config.json.
3. Edit config.json to include the credentials from step 1.
4. $ go run main.go