I\'m developing an app with a Flex-based front end and a Spring/Hibernate back-end.
To get Facebook integration working in the way I\'ve got it currently, I need to
@eeezyy's answer didn't work for me, although I'm using Spring Boot (2.0.4) and it may differ, but a variation here in 2018 works thus:
@Autowired private HttpServletRequest request;