mrjones / oauth

OAuth 1.0 implementation in go (golang).
http://www.mrjon.es
MIT License
269 stars 119 forks source link

Adds support for two-legged OAuth calls #10

Closed nesv closed 11 years ago

nesv commented 11 years ago

I am trying to write a client for http://context.io, however they use two-legged OAuth 1.0, which means actively not sending the oauth_token parameter in the request.

The tests pass, and all of that good stuff.

mrjones commented 11 years ago

Thanks for the patch!

nesv commented 11 years ago

Thanks for merging it! :]