I am getting facebook page likes count using following link
https://graph.facebook.com/{page_name}?access_token={access_token}
it's working fine but the access token will expires every 2 hours, and i create the long live access_token
,when by the replace of access_token
with long live access token, i didn't get like count.