Skip to content

Instantly share code, notes, and snippets.

@benders
Created July 9, 2010 06:01
Show Gist options
  • Save benders/469108 to your computer and use it in GitHub Desktop.
Save benders/469108 to your computer and use it in GitHub Desktop.
development:
strategy: oauth
oauth_consumer_key: YOUR_KEY_HERE
oauth_consumer_secret: YOUR_SECRET_HERE
base_url: "https://twitter.com"
authorize_path: "/oauth/authenticate"
api_timeout: 10
remember_for: 14 # days
oauth_callback: "http://localhost:3000/oauth_callback"
test:
strategy: oauth
oauth_consumer_key: testkey
oauth_consumer_secret: testsecret
base_url: "https://twitter.com"
authorize_path: "/oauth/authenticate"
api_timeout: 10
remember_for: 14 # days
oauth_callback: "http://localhost:3000/oauth_callback"
production:
strategy: oauth
oauth_consumer_key: YOUR_KEY_HERE
oauth_consumer_secret: YOUR_SECRET_HERE
authorize_path: "/oauth/authenticate"
base_url: "https://twitter.com"
api_timeout: 10
remember_for: 14 # days
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment