View difference between Paste ID: HmxvPYBk and 8kKfYp5h
SHOW: | | - or go back to the newest paste.
1
require 'oauth'
2
3-
@consumer = OAuth::Consumer.new("KEY", "TOKEN", {
3+
@consumer = OAuth::Consumer.new("KEY", "TOKEN", :site => "http://api.cubesensors.com" );
4-
  :site               => "http://api.cubesensors.com",
4+
5-
  :request_token_path => "/auth/request_token",
5+