我正在使用omniauth-evernote gem
全域认证.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'
请帮我