oAuth connection for Ruby 1.8.7

Does anyone have a Ruby script or recommend a Ruby gem for oAuth on Ruby v 1.8.7 please?

Comments

  • @Tim Bartel
    It looks like there are vulnerabilities' with older gems and older Ruby that would not be advisable. It also seems that the oauth2 gem, which requires Ruby ≥ 2.6 is the way to go. So the answer is upgrade Ruby and install oauth2. Easier said than done.

Categories