2013-03-26 5 views
0

암이 omniauth - 에버 노트 보석을 사용하여Ominauth - 에버 노트, OAuth를 :: 무단으로 401 권한

omniauth.rb
provider :evernote, EVERNOTE_CONSUMER_KEY, EVERNOTE_CONSUMER_SECRET ,:client_options => { :site => 'https://www.evernote.com' } 

이이 을 일어나는 이유는 샌드 박스 'https://sandbox.evernote.com'을하려고하면 이해 할 수없는 건가요 모든 것이 완벽하게 올바르게 작동합니다. 그러나 나는 prodution을 위해 필요하다. 서버 로그에서

이 오류

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' 

입니다 나를

답변

관련 문제