I packaged a few of the private ones with this weekend project: http://sharedcount.com Unfortunately, only Facebook does URL normalization for you, so dumb things like trailing slashes have a big effect on the count.
edit 2: graphs.facebook.com will aggressively and unfortunately normalize any YouTube link to youtube.com. See, for example, http://graph.facebook.com/http://www.youtube.com/watch?v=ZB8...
This give the number of shares for youtube.com, not this individual video. I am not sure how to get facebook share stats for a particular YouTube video.
That's the one. All the api's I'm using here return json. The only tricky part when dealing with these api's is making sure the json can be parsed, trapping errors, making sure variables exist before calling them... that kind of thing.
Statistically speaking it would be flawed to use this to compare and prioritize a list of urls in order to rank them by interestingness/attention/etc.
The reason is that pages that have Facebook like buttons embedded on them are statistically speaking going to have a higher chance of getting shared than those that don't (such as Hacker News - which doesn't have such buttons).
I guess it depends what you might use this for, but to me it seems to only have limited value.
We've been doing that on Maemo News (http://maemo.org/news/) for a few years now. Works well, especially if you couple it with local, HN-style voting and assign a separate weight for each relevancy source
Is their a way to see the specific names of each user who shared the URL on Facebook. For example, if a URL has been shared on Facebook through 9300 Users is it possible to get a list of all the users name(s) or is their a easy wat to see which users shared the url.
Nice find. Facebook should have a morning paper about all of the changes & additions they make. They never seem to stick to any one way of doing anything and drive developers nuts!
Is their a way to see the specific names of each user who shared the URL on Facebook. For example, I have a Youtube URL that has been shared on Facebook through 9300 Users. Therefore is it possible to view the names of the 9300 users? When I right click the link on Facebook it directs me straight to the Youtube link and when i click see more it only shows the most recent 20 People who have shared the link out of the total 9300.
We're working on this: http://www.jaxified.com/. Right now we're focused on blogs since it's easy to see new content, but we're working on adding support for static sites as well.
Add the domain to facebook.com/insights and then you can download an excel spreadsheet with the daily totals, just sum these to get the total shares/likes for a domain
And if you want to parse the Insights data into pretty pictures and graphs that are easier to analyse than raw data, sign up for our private beta at PageLever.com.
LinkedIn: http://www.linkedin.com/cws/share-count?url=http://news.ycom...
These APIs are marked private (as opposed to Facebook's) so use at your own risk.