philnash / bitly

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

Update README with config username #67

Closed hieuhlc closed 5 years ago

hieuhlc commented 8 years ago

If we don't add config.login then Bitly will raise invalid error

philnash commented 8 years ago

That shouldn't be the case when using the access_token method of authentication. See under the OAuth section of the documentation.

Are you finding this is causing an error? Can you post the code you are using and the error message?

hieuhlc commented 5 years ago

@philnash sorry for the very late response, I left the project long time ago and forgot about the detail. I closed this since look like it's not a bug. Thanks for your work!