You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will suggest AuthTwitterRequest.java no need to check the redirect_uri in next realese version
like the code down here: AuthDefaultRequest#AuthDefaultRequest if (!AuthChecker.isSupportedAuth(config, source)) { throw new AuthException(AuthResponseStatus.PARAMETER_INCOMPLETE, source); } // 校验配置合法性 AuthChecker.checkConfig(config, source);
The text was updated successfully, but these errors were encountered:
I will suggest AuthTwitterRequest.java no need to check the redirect_uri in next realese version
like the code down here:
AuthDefaultRequest#AuthDefaultRequest if (!AuthChecker.isSupportedAuth(config, source)) { throw new AuthException(AuthResponseStatus.PARAMETER_INCOMPLETE, source); } // 校验配置合法性 AuthChecker.checkConfig(config, source);
The text was updated successfully, but these errors were encountered: