I have Ruby on Rails application. Curently I'm trying to implement an OAuth API. Is there some way to test this API from Ruby console? In particular I need to do some POST requests to the API.
Basically I need to pretend as a client app from Ruby console, get access token and then call for API methods. Is there some tutorial or article on how to achieve this?
Thanks!