I am working with some old code and use ActiveResource for very simple integration with Twitter. I would like to touch the application code as little as possible and just bring OAuth while still using ActiveResource.
Unfortunately, this is not easy for me. I came across the oauth-active-resource , but it is definitely not documented and apparently intended to create full-featured API wrapper libraries. As you can imagine, I would like to avoid creating a whole ActiveResource API wrapper for this change.
Any success stories? In my case, it would be faster to just leave ActiveResource and not work. I am happy that I was mistaken!
ruby ruby-on-rails
Barry hess
source share