mrjones / oauth

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

Updates twitter example to use Twitter API 1.1 #12

Closed awilliams closed 11 years ago

awilliams commented 11 years ago

Twitter API 1 has been deprecated. See https://dev.twitter.com/docs/faq#17750

This small fix changes the example to use version 1.1

mrjones commented 11 years ago

Thanks for the patch!