Reputation: 32996
I remember that I shared a youtube video on my Facebook page several months ago.
I want to find that youtube video.
What's the fql query that can help me find it?
Upvotes: 1
Views: 401
Reputation: 11
That's easy !
https://graph.facebook.com/fql?q=SELECT%20url,%20share_count,like_count,comment_count%20FROM%20link_stat%20WHERE%20url=%27http://www.youtube.com/watch?v=`<your-video-id>`
Upvotes: 1