Skip to content

Instantly share code, notes, and snippets.

@machu
machu / oauth-sample.rb
Created August 19, 2009 03:18
OAuth Consumer Example with Sinatra: http://www.machu.jp/diary/20090818.html#p01
require 'rubygems'
require 'sinatra'
require 'oauth'
require 'twitter'
helpers do
include Rack::Utils
alias_method :h, :escape_html
end
#!/usr/bin/env ruby
require 'rubygems'
require 'erubis'
require 'erubis/tiny'
require 'erb'
@date = Time.now
str = "<%%= Time::at( <%= @date.to_i %> ) %>"