My wish this New Year is to have a like button with its own number of likes and a separate share button with people’s share counts as well.
@kenfox101 That’s not really an option I’m afraid. Facebook doesn’t offer that kind of option in their API; their sharing counts group shares and likes under a single number.
@dsbelousov SumoMe seems to use their own app and I don’t have access to the queries they make to retrieve that data.
However, Facebook doesn’t offer any official way to get separate counts anymore. The latest version of their Graph API, 2.8, groups all the counts into a single number:
https://developers.facebook.com/docs/graph-api/reference/v2.8/url
Here is what such a query looks like for your post:
https://graph.facebook.com/?ids=http%3A%2F%2Fwww.propertyresolved.com.au%2Fthe-journey-begins%2F
Previous versions of the API (until 2.1) offered separate numbers, but those versions of the API are now deprecated.
Although this was reported to the Facebook developers as a bug, it was recently closed by the Facebook team as the current implementation appears to be by design:
https://developers.facebook.com/bugs/748651458568287/
The SumoMe devs may know of a work-around to get that data, but I don’t know of an official way to get that data I’m afraid.