Skip to content

Instantly share code, notes, and snippets.

View chrisweb's full-sized avatar
🌴
Programming

Chris Weber chrisweb

🌴
Programming
View GitHub Profile
@chrisweb
chrisweb / gist:5939997
Created July 6, 2013 14:09
https://github.com/jdub/node-twitter module configuration (options) to make the nodejs module compatible with the new twitter 1.1 rest and streaming API
var TwitterModule = require('twitter');
var util = require('util');
twitterModuleConfiguration: {
// oauth
consumer_key: '000000000000000000000',
consumer_secret: '000000000000000000000000000000000000',
access_token_key: '0000000000000000000000000000000000',
access_token_secret: '00000000000000000000000000000000000',