philnash / bitly

🗜 A Ruby wrapper for the bit.ly API
https://rubygems.org/gems/bitly
MIT License
451 stars 139 forks source link

Add support for generic OAuth2 access token in v3 API client #47

Closed fzagarzazu closed 10 years ago

fzagarzazu commented 11 years ago

ApiKey authentication is deprecated in favor of OAuth requsts. http://dev.bitly.com/authentication.html#apikey

This commit attempts to extend the existing code base with the minimum to support the generic OAuth2 access token, tested it with basic actions like /v3/shorten

tjwallace commented 11 years ago

+1

BryanSchuetz commented 11 years ago

+1 this would be great