Facebook - check who has the link

When I type a name, for example. youtube clip in facebook search I can get the number of people who share this link. Should I resort to a list of people who use data, for example, using facebook api?

+3
source share
4 answers

No, you cannot get who shared, only the total. The easiest way to see the counter, for example:

http://graph.facebook.com/http://stackoverflow.com
+7
source

This solved my problem!

/fooobar.com / ...

Creating Facebook applications was very simple, but now you need to apply and ask to approve the application ... that sucks ...

0
source

Facebook FQL (Facebook Query Language), , Graph API, Facebook, -, API FQL 7 2016 . .

https://api.facebook.com/method/fql.query?query=select+comment_count%2C+like_count%2C+total_count%2C+share_count%2C+click_count+from+link_stat+where+url%3D%27stackoverflow.com%27

, , API Facebook Graph, ..

http://graph.facebook.com/http://stackoverflow.com

" ", , , FQL , .

links.getStats API, , , , , , , .

, :

https://api.facebook.com/method/links.getStats?urls=stackoverflow.com&format=json
0

All Articles