2012-10-21 113 views

回答

1

您可以使用您的看法以下JS:

<facebookAuth:init> 
    FB.Event.subscribe('auth.login', function() { 
     window.location.href = 'url where to redirect' 
    }); 
</facebookAuth:init> 

完全例如

+0

https://github.com/splix/s2-facebook-example是否代碼塊僅適用於客戶端的認證工作? – aschune

+0

是的,僅用於客戶端身份驗證 –