I am trying to access the followers/likers of this page but it is showing only this much of data. How can i access all the info of this page.
category "Utilities" link "http://localhost/cricshots/" name "cricketshotsofficial" id "1996682000635998"
Trying to get the access using this code:
$json_url = 'https://graph.facebook.com/' . $facebook_page_id.'?access_token=' . $access_token ;
Expect the output to be the complete details of this page or only the followers of the page
This is an updated and working code snippet which can be used to retrieve Facebook like count of a specific page. To use this code snippet you’ll need a Facebook App ID and Secret Key.
Please edit your page name, app id, app secret.