Skip to content

Instantly share code, notes, and snippets.

@dansitu
dansitu / readme.md
Created August 23, 2012 18:46 — forked from austintaylor/readme.md
An example of creating a UserVoice SSO token using cryptojs
#!/usr/bin/env ruby
# Command line util for acquiring a one-off Twitter OAuth access token
# Based on http://blog.beefyapps.com/2010/01/simple-ruby-oauth-with-twitter/
require 'rubygems'
require 'oauth'
puts <<EOS
Set up your application at https://twitter.com/apps/ (as a 'Client' app),