boo boo wrote in post #986241: > Thanks for the reply! So i tried that code and got this error: "Failed > to validate oauth signature and token". Here is my code: > > url = URI.parse("https://api.twitter.com/oauth/request_token") > http = Net::HTTP.new(url.host, url.port) > http.use_ssl = true > > resp = http.post(url.path, nil, @headers) > > > Any ideas?? No requires? -- Posted via http://www.ruby-forum.com/.