omniauthを使用しています-evernotegem
omniauth.rb
provider :evernote, EVERNOTE_CONSUMER_KEY, EVERNOTE_CONSUMER_SECRET ,:client_options => { :site => 'https://www.evernote.com' }
サンドボックスを試してみると、なぜこれが起こっているのか理解できません' https://sandbox.evernote.com 'すべてが完全に正しく機能しています。しかし、私は生産が必要です。
サーバーログでは、これはエラーです
OAuth::Unauthorized (401 Unauthorized):
oauth (0.4.7) lib/oauth/consumer.rb:216:in `token_request'
oauth (0.4.7) lib/oauth/consumer.rb:136:in `get_request_token'
omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:29:in `request_phase'
私を助けてください