A working, ready to run Node.js, express, oauth example using Twitters API
Download / install Node.js:
http://nodejs.org/download/
Clone this repo:
git clone git@github.com:antonmc/twitterOauthNode.git
Install Dependencies ( from package ):
cd into your cloned folder
npm install
Edit server.js with your Twitter credentials:
You can find out more about Twitter authentication here ...
https://dev.twitter.com/docs/auth
Start Server:
node server
Navigate to the page:
It should lead you through Twitter authentication
Local host: http://127.0.0.1:8080
Remote host: http://yourserver.com:8080