0

我正在使用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'

请帮我

4

1 回答 1

0

您是否在生产中激活了您的 API 密钥?如果没有,您可以在此处执行此操作:http: //dev.evernote.com/support/

如果您已经这样做了,但问题仍然存在,您可以联系 Evernote 开发人员支持。 http://dev.evernote.com/support/faq.php#getsupport

于 2013-03-26T19:26:40.860 回答