public
Description: example rails 2.3 application that uses oauth, doesn't do anything really yet except grant access
Homepage:
Clone URL: git://github.com/jnunemaker/twitter-app.git
name age message
file .gitignore Fri Apr 03 23:45:06 -0700 2009 Authorization with twitter is functional. [jnunemaker]
file README.rdoc Fri Apr 03 23:57:43 -0700 2009 Added stuff to readme [jnunemaker]
file Rakefile Fri Apr 03 22:28:43 -0700 2009 Initial commit. [jnunemaker]
directory app/ Sun Aug 23 21:00:29 -0700 2009 Removed vendored gems. Removed more clearance s... [jnunemaker]
directory config/ Sun Aug 23 21:00:29 -0700 2009 Removed vendored gems. Removed more clearance s... [jnunemaker]
directory db/ Sun Aug 23 20:37:03 -0700 2009 Switched from clearance to sign in with twitter. [jnunemaker]
directory doc/ Fri Apr 03 22:28:43 -0700 2009 Initial commit. [jnunemaker]
directory lib/ Sun Aug 23 20:37:03 -0700 2009 Switched from clearance to sign in with twitter. [jnunemaker]
directory public/ Sun Aug 23 20:37:03 -0700 2009 Switched from clearance to sign in with twitter. [jnunemaker]
directory script/ Fri Apr 03 22:28:43 -0700 2009 Initial commit. [jnunemaker]
directory test/ Sun Aug 23 21:00:29 -0700 2009 Removed vendored gems. Removed more clearance s... [jnunemaker]
directory vendor/ Sun Aug 23 21:00:29 -0700 2009 Removed vendored gems. Removed more clearance s... [jnunemaker]
README.rdoc

twitter app

Twitter app is a basic rails 2.3 application that shows how to use the updated twitter gem to handle oauth stuff. It is really basic, but over time I’ll keep pimping it out until it is my primary twitter client (at least that is the goal).