From: boo boo Date: 2011-03-09T05:18:04+09:00 Subject: Re: http post and authorization header for twitter 7stud -- wrote in post #986269: > The http header name is "Authorization", so you have to write something > like: > > headers = {'Authorization' => ???} Should it be like this (I made the value one giant string)? I still get the failed to validate error @headers = {"Authorization" => "oauth_nonce = #{@current_nonce}, oauth_callback = #{@encoded_callback}, oauth_signature_method = HMAC-SHA1, oauth_timestamp = #{@current_timestamp}, oauth_consumer_key = #{@oauth_consumer_key}, oauth_signature = #{@encoded_oauth_sig}, oauth_version = 1.0"} -- Posted via http://www.ruby-forum.com/.