mrjones / oauth

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

Add XML implementation #32

Closed jgautheron closed 9 years ago

jgautheron commented 9 years ago

Needed it for a project, won't work without the right Content-Type.

mrjones commented 9 years ago

Awesome. Thanks for the patch!

mrjones commented 9 years ago

FYI As discussed in https://github.com/mrjones/oauth/pull/31, there's a full http.Client API now (see MakeHttpClient). I think it would work well for this use case. If you're interested, and have the time, feel free to give it a shot and let me know how it works.