Itailulu

get facebook page like count

Mar 23rd, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. $url = 'http://graph.facebook.com/PAGE_ID_HERE'; // replace PAGE_ID_HERE with the actual facebook page url/ID
  4. echo json_decode(file_get_contents($url))->{'likes'};
  5.  
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment