Open Swordmoon91 opened 5 years ago
Hi, when i call getAuthenticationUrl
public void test() { SocialAuthConfig config = SocialAuthConfig.getDefault(); try { config.load(); SocialAuthManager manager = new SocialAuthManager(); manager.setSocialAuthConfig(config); // Callback url String successUrl = "http://localhost:8180/callbackauth"; url_google = manager.getAuthenticationUrl("google", successUrl); } catch (Exception e) { e.printStackTrace(); } }
I get the followed exception on getAuthenticationUrl:
org.brickred.socialauth.exception.SocialAuthException: Failed to read response from That's only on google case.
org.brickred.socialauth.exception.SocialAuthException: Failed to read response from
Hi, when i call getAuthenticationUrl
I get the followed exception on getAuthenticationUrl:
org.brickred.socialauth.exception.SocialAuthException: Failed to read response from
That's only on google case.