回答

7

有可能以類似的方式

FB.Event.subscribe('edge.remove', 
    function(response) { 
    alert ('unliked!') 
    } 
); 
+0

謝謝!有用!大! – user1249757 2012-03-05 12:14:19

+0

@ user1249757,如果對你有幫助,歡迎[如此]請[標記答案爲已接受](http://meta.stackexchange.com/a/65088)。 – 2012-03-05 12:16:48

+0

是否正常,需要幾秒鐘的時間才能被調用(包括creat和remove)? – axel 2013-12-04 13:28:39

0

你的意思是使用edge.remove事件:

 

var handleResponse = function(response) { 
    alert ('You unliked the URL: ' + response); 
}; 
FB.Event.unsubscribe('edge.create', handleResponse); 
 

編號:Event.unsubscribe

+0

我幾乎可以肯定,OP有其他想法,問題標題和措辭完全混淆。 ;) – 2012-03-05 12:08:48