Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>UPDATE:</strong> <em>This solution is no longer valid. FQLs are deprecated since August 7th, 2016.</em></p> <hr> <p><a href="https://api.facebook.com/method/fql.query?query=select%20%20like_count%20from%20link_stat%20where%20url=%22http://www.techlila.com%22" rel="nofollow noreferrer">https://api.facebook.com/method/fql.query?query=select%20%20like_count%20from%20link_stat%20where%20url=%22http://www.techlila.com%22</a></p> <p>Also <a href="http://api.facebook.com/restserver.php?method=links.getStats&amp;urls=http://www.techlila.com" rel="nofollow noreferrer">http://api.facebook.com/restserver.php?method=links.getStats&amp;urls=http://www.techlila.com</a> will show you all the data like 'Share Count', 'Like Count' and 'Comment Count' and total of all these.</p> <p>Change the URL (i.e. <a href="http://www.techlila.com" rel="nofollow noreferrer">http://www.techlila.com</a>) as per your need.</p> <p>This is the correct URL, I'm getting right results.</p> <p>EDIT (May 2017): as of v2.9 you can make a graph API call where ID is the URL and select the 'engagement' field, below is a link with the example from the graph explorer.</p> <p><a href="https://developers.facebook.com/tools/explorer/?method=GET&amp;path=%3Fid%3Dhttp%3A%2F%2Fcomunidade.edp.pt%26fields%3Dengagement&amp;version=v2.9" rel="nofollow noreferrer">https://developers.facebook.com/tools/explorer/?method=GET&amp;path=%3Fid%3Dhttp%3A%2F%2Fcomunidade.edp.pt%26fields%3Dengagement&amp;version=v2.9</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload