Ruby on Rails で OAuth gem を使用して Evernote リクエスト トークンを取得しようとしています。
customer = OAuth::Consumer.new("consumer_key_here", "consumer_secret_here",{ :site=>"http://sandbox.evernote.com/",:request_token_path => "/oauth",:oauth_signature_method => "PLAINTEXT" })
@request_token = customer.get_request_token
しかし、私はこのエラーが発生しています
OAuth::Unauthorized in PagesController#home
401 oauth_signature
何が原因でしょうか?