how do i use everyauth for simple (single step) authentication?

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?

Have you looked at Mikeals "Request" : https://github.com/mikeal/request OAuth example.

If you already have the public and secret key, you could just use the last piece in his OAuth example.