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

Issue login with facebook on showcase boot #43

Open arashp opened 9 years ago

arashp commented 9 years ago

Hi ,

I added showcase boot project to netbeans and added libraries from gradlew build run to netbeans libraries. It compiles and run correctly. I changed facebook app-id and app-secret to corresponding values in application.properties but when i click on login with facebook, it still passes {{see readme}} as app-id . it means somehow the application.properties is cached/not used. any idea what could be the issue?

Thanks