I'm trying to access the 'likes' from the following facebook page:
http://graph.facebook.com/EncuentrodeNoviosMexico
And I get the following response:
"false"
Trying to access other pages and I do get the information.
The idea is to get the 'Likes' through php or jquery/javascript (I would think through a JSON).
Questions: 1. Why does it return "false"? (Cause) 2. Is there a solution to it or an alternative to get the 'likes' from the page? (Posible Solutions)
For some reason, you need an access token to get your page's information. That is not true for some other pages like https://graph.facebook.com/cocacola.
You can do this by appending &access_token=...
to the end of your URL.
You probably need to visit your page's Manage section and edit the settings to make it publicly visible. I'm guessing if you have country or age restrictions on your page, Facebook won't show it to anyone except for authenticated users.