beardface / go-oauth

OAuth 1.0 client package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-OAuth

This is a fork of Go-OAuth, modified specifically to work with the Shapeways OAuth server. Unless there is a specific reason for using this fork, please use the version forked from.

Go-OAuth is a Go client for the OAuth 1.0, OAuth 1.0a and RFC 5849.

Installation

Use the go tool to install Go-OAuth:

go get github.com/brettlangdon/go-oauth/oauth

##License

Go-OAuth is available under the Apache License, Version 2.0.

Documentation

godoc

After installing go-shapeways

godoc -http=":8000"

Then visit: http://localhost:8000/pkg/github.com/brettlangdon/go-oauth/oauth

About

OAuth 1.0 client package for Go


Languages

Language:Go 100.0%