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
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
this exmaple is using old facebook version, friend list error
The xml shows
<org.springframework.social.facebook-version>1.1.0.BUILD-SNAPSHOT</org.springframework.social.facebook-version>
current version should be
<spring-social-facebook.version>2.0.3.RELEASE</spring-social-facebook.version>
I tried to fix it, but it will give me method not found error from this method
this.providerSignInUtils = new ProviderSignInUtils();
because the new method needs "new ProviderSignInUtils(connectionFactoryLocator, connectionRepository)"
I do not know how to initialize these two beans using .xml.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this exmaple is using old facebook version, friend list error
The xml shows
<org.springframework.social.facebook-version>1.1.0.BUILD-SNAPSHOT</org.springframework.social.facebook-version>
current version should be
<spring-social-facebook.version>2.0.3.RELEASE</spring-social-facebook.version>
I tried to fix it, but it will give me method not found error from this method
this.providerSignInUtils = new ProviderSignInUtils();
because the new method needs "new ProviderSignInUtils(connectionFactoryLocator, connectionRepository)"
I do not know how to initialize these two beans using .xml.
The text was updated successfully, but these errors were encountered: