I can get the share count of an url using php sdk and using the deprecated rest api, but doesn't found a way to get the share counts of an url using graph api...
Is there any way to find out...
|
I can get the share count of an url using php sdk and using the deprecated rest api, but doesn't found a way to get the share counts of an url using graph api... Is there any way to find out...
| ||||
|
feedback
|
|
It's possible with the Graph API, simply use:
something like:
Would return:
UPDATE: while the above would answer how to get the share count. This number is not equal to the one you see on the Like Button, since that number is the sum of:
So getting the Like Button number is possible with the Graph API through the
| |||||||||||
feedback
|
|
I don't think it's possible to get like count from the graph api, you should use FQL link_stat table. FQL is not deprecated. | |||
|
feedback
|
|
You should not use graph api. If you either call: or both will return:
But the number shown is the sum of:
So you must use FQL. | |||
feedback
|
|
when i used FQL I found the problem (but it is still problem) the documentation says that the number shown is the sum of:
but on my website the shown number is sum of these 4 counts + number of shares (again) | |||
|
feedback
|