Like FB page doesn't fire edge.create event after confirming
问题 The following codes have worked before but not now. Since FB added the confirm box when liking a page, the edge.create was no more fired after confirming. <div class="fb-page" data-href="{{ $fbPageUrl }}" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div> <script> $(document).ready(function() { $.getScript('//connect.facebook.net/en_US/sdk.js', function(){ FB.init({ appId : 'xxxxxxxxxxxxxx', xfbml : true,