I am developing a website,there are some "facebook like" buttons.If some one likes one of the link from my website HomePage it is posted in the wall of the respective person, and i get the post_id. I want to track all the activity done on the posted Link (i.e. like,comments,share).
I am able to track the comments and likes upto the first level (i.e if some one shares the link, then I am not able to track the related likes / comments of the shared link).
If more than one person is liking the same link from my homepage I am tracking by the post_id individually, is there any way that I can track by the link itself so that regardless whoever liked from my website I will get the like & comment details.
Is it possible to get the timestamp of a like (When a person likes the shared link).