how do i use everyauth to perform a very simple oauth authentication with node.js if i have both the public and secret key? unlike a multi-step facebook-type authentication, i just want to do use everyauth to make simple authenticated REST calls.
and is everyauth the right tool for the job?