Мы реализовали бэкэнд-поток для интеграции с Facebook с помощью Spring MVC 4.x
Это базовая линия, которую мы использовали http://blog.jdriven.com/2015/01/stateless-spring-security-part-3-jwt-social-authentication/
Наши конкретные версии в социальных сетях Spring:
[INFO] +- org.springframework.social:spring-social-security:jar:1.1.4.RELEASE:compile
[INFO] | +- org.springframework.social:spring-social-web:jar:1.1.4.RELEASE:compile
[INFO] | \- org.springframework.social:spring-social-core:jar:1.1.4.RELEASE:compile
[INFO] +- org.springframework.social:spring-social-config:jar:1.1.4.RELEASE:compile
[INFO] +- org.springframework.social:spring-social-facebook:jar:2.0.3.RELEASE:compile
[INFO] +- org.springframework.social:spring-social-google:jar:1.0.0.RELEASE:compile
[INFO] \- org.springframework.social:spring-social-twitter:jar:1.1.2.RELEASE:compile
С 6 октября Facebook требует HTTPS , поэтому я не могу понять, как принудительно установить HTTPS через SpringSocialConfigurer.Это всегда HTTP.
Версия протокола тоже неверна.Он показывает /v2.5, но он должен быть /v3.1 согласно последним документам facebook