Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
evernote SDK サンプル HelloEDAM の OAuth の処理でエラーが発生します。
org.scribe.exceptions.OAuthException: 応答本文が正しくありません。これからトークンとシークレットを抽出できません
この問題を解決する方法はありますか?
例外には、実際の応答本文を含める必要があります。
throw new OAuthException("Response body is incorrect. Can't extract token and secret from this: '" + response + "'", null);
それを追加して、あなたが何を取り戻しているかを確認できますか?