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
The @Context annotation (see answers in this question :What does context annotation do in Spring?) will cause it to be injected for you.
@Context
I had to use
@Context private HttpServletRequest request;