Hey there, I'm Wynn!
I'm a front-end designer & developer, CSS & JavaScript framework fanboy Razorback living in Texas.
Featured
-
Recently
Archives
Links
The Changelog – Open Source moves fast. Keep up.- NoRM - Bringing MongoDB to .NET, LINQ, and Mono
- Episode 0.1.6 - Ajax.org frameworks with Ruben Daniels and Rik Arends
- Git clone some nostalgia - NCSA Mosiac
- Ghost means never having to touch /etc/hosts again
- Prism - command line and Ruby library parser for Microformats
- Pull! Skeet - Twitter Extension for Google Chrome
- QR - Easy Redis queues with Python
- Faye - dirt simple pub/sub for Rack and Node.js
- FOWA 2010: David Recordon on Facebook Open Source Projects
- Mongrations - migrations for MongoMapper






The Twitter gem now supports Tumblr
On the heels of the announcement that Tumblr now supports the Twitter API, we’re happy to say the Twitter gem now supports Tumblr!
Be sure and grab 0.8.0:
sudo gem install twitterTo use the gem with Tumblr, pass a new argument when using HTTPAuth. Also note your username is your email address on Tumblr:
httpauth = Twitter::HTTPAuth.new('email', 'password', :api_endpoint => 'tumblr.com') base = Twitter::Base.new(httpauth) pp base.user_timelineTumblr does not support all API methods and instead returns 404s. I’ll look into a way to catch those and raise
NotImplementedinstead.Related posts: