| Steps to Reproduce: | 1. Go to FB dev page: http://developers.facebook.com/docs/reference/plugins/like/ 2. Update "URL to Like" to "http://facebook.com/" 3. Setup event subscription in browse console: FB.Event.subscribe('edge.create',function(){console.log('create')}); FB.Event.subscribe('edge.remove',function(){console.log('remove')}); 4. Click the Like button. ---- * Change the URL to the current page, and the events fire as expected. |
|---|---|
| Expected Behavior: | 'edge.create' event should fire |
| Actual Behavior: | 'edge.create' event does not fire, or 'edge.remove' fires instead. |