使用omniauth-evernote gem
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'
请帮帮我
答案 0 :(得分:0)
您是否在制作中激活了API密钥?如果没有,您可以在此处执行此操作:http://dev.evernote.com/support/
如果您已经这样做但仍有问题,可以联系Evernote开发人员支持。 http://dev.evernote.com/support/faq.php#getsupport