I am running Ruby on Rails 3 and I would like to create an APP1 application that acts as a web service. Then create another RRRR application that can communicate (send / receive information) using APP1 using the OAuth protocol.
What do I need to do to get started (I do not understand programming in these topics, but I read a lot, and I know how they work conceptually / theoretically) ? Is it nice to think in order to implement your own code, or maybe it's better to use a plugin or a gem? Why?
If possible, can you write a TODO list and steps to achieve the goal?
And, more importantly, you can offer me some useful (amazing) resources (e.g. books, blog posts, ...) about creating RoR Web Services
source share