perkeep/third_party/github.com/garyburd/go-oauth
Aaron Boodman 9ae23e52b0 Rearrange the Flickr importer to use OAuth instead of Flickr's custom importer.
Change-Id: I8284431fa6572a08d3c7ff0d0e655297627a4eda
2013-11-16 22:30:21 -08:00
..
oauth Rearrange the Flickr importer to use OAuth instead of Flickr's custom importer. 2013-11-16 22:30:21 -08:00
.gitignore Rearrange the Flickr importer to use OAuth instead of Flickr's custom importer. 2013-11-16 22:30:21 -08:00
README.markdown Rearrange the Flickr importer to use OAuth instead of Flickr's custom importer. 2013-11-16 22:30:21 -08:00

README.markdown

Go-OAuth

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/garyburd/go-oauth/oauth

##License

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

Documentation