I want to create a RESTful webs ervice with OAuth by Node.js, but I don't know where to start with.
I mean I want to make my own server (something like Google or Facebook does). For example: you make an App, when your App wants to get some Facebook user's resources or authorization, it has to send to Facebook a request_token and then gets back an access_token. Then I create another client to get request_token and access_token from the server I have created before.
Maybe my question gets some mistake because I'm new to this topic. Hope someone understand my problem.