2012/06/02

FaceBook 粉絲頁 app 按讚後重新整理

<script type="text/javascript">

// 按讚後執行動作
FB.Event.subscribe('edge.create', function(response) {
   top.location.href = "YOUR_APP_URL";
});
 
// 取消讚後執行動作 
FB.Event.subscribe('edge.remove', function(response) {
   top.location.href = "YOUR_APP_URL";
});

</script>

沒有留言:

張貼留言