Subject: Re: http post and authorization header for twitter
From: 7stud -- <bbxx789_05ss yahoo.com>
Date: Wed, 9 Mar 2011 04:53:24 +0900
References: 379487
In-reply-to: 379487
The http header name is "Authorization", so you have to write something
like:
headers = {'Authorization' => ???}
--
Posted via http://www.ruby-forum.com/.