i am trying to obtain how much likes one of my pages has, and only this one page isn't showing the likes field, even having about 1 thousand likes, check it out:
https://graph.facebook.com/233572770052788?fields=likes
{
"id": "233572770052788",
"type": "page"
}
This one, responds just fine: https://graph.facebook.com/173268742773034?fields=likes
{
"likes": 348,
"id": "173268742773034",
"type": "page"
}