After a successfull login on facebook with spring-social & spring-security (based on spring-social-security) the SimpleUrlAuthenticationSuccessHandler is called.
Can someone explaine me how i can inject here my custom SimpleUrlAuthenticationSuccessHandler?

(It would be the cleanest possibility to do some custom redirects after a successfule login.)