Is there a way to see the number of Facebook shares a URL has gotten over time?
up vote -1 down vote favorite Is there a way to see the number of Facebook shares a URL has gotten over time? You can get share_count for a given URL using the graph API, but it doesn't give you the number of shares over a specified time period (e.g. a specific day). Is there a way to get this information? I'm also interested in any way to get the number of "shares" over time on other social media platforms, including twitter (i.e. "retweets"). Time granularity must at least go down to the day, but a finer granularity (e.g. down to the hour) works too. Thanks in advance! facebook facebook-graph-api share | improve this question asked Nov 11 at 22:24 Jake Burchard 1,632 4 15 28 did you check out the page insights api already? i know it´s possible with insights. – luschn Nov 12 at 8:18 Can you be more specific? I looked into it i'm not sure how to use insights since it only seems to be availab