spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

Showcase sample UncategorizedApiException: (#100) Unknown fields: username. #54

Open maxiwu opened 8 years ago

maxiwu commented 8 years ago

this exmaple is using old facebook version, friend list error

The xml shows

1.1.0.BUILD-SNAPSHOT current version should be 2.0.3.RELEASE 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.