Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用户通过 spring security facebook 插件登录到应用程序后如何重定向。facebook 插件是否有任何成功处理程序配置?
您可以在视图中使用以下 JS:
<facebookAuth:init> FB.Event.subscribe('auth.login', function() { window.location.href = 'url where to redirect' }); </facebookAuth:init>
有关完整示例,请参见https://github.com/splix/s2-facebook-example