I use Linkeding share button code
<script type="text/javascript">
function shareSuccess(success) {
alert(success);
}
</script>
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-url="MyURL" data-onSuccess="shareSuccess"></script>
The Linked shared with succes and i can see the post on linkedin profile shared but onsuccess event does not return anything
this problem happened suddenly with me , so Is there any change in linkedin events ???? or Is there any way to check if the link shared or not ??