In my page, I have one Facebook "share" button to share the URL. Then after the URL shared and showed up in my friend's newsfeed, I don't know how many time the link got re-shared. Is there any API to read that re-share information?
Thanks.
|
|
|
You can use the FQL table link_stat to query for that data, something like:
Here's an example with the official south park page. There are more stats that you can get from that table, so be sure to read the docs. |
|||
|
|