I did this research (without access_token):
https://graph.facebook.com/search?q=“il padrino”&type=page&fields=id,name
Among results I see the first one:
“id”: “104130852958000”,
“name”: “Il padrino”
which is the most important page for “il padrino”, as you can see when you search manually on Facebook.
Then I did this research (with an access_token with every permission):
Among results someone disappeared and also the one before with id:104130852958000!!!
I tried this strange behavior with other strings different from “il padrino”, but in many cases there is the same problem (or viceversa: some results disappear without the access_token).
How is it possible? How can I get a complete list of results?
Actually I think I have to join the research with and without access_token… but it seems strange.
That’s annoying. Please log it as a bug with Facebook: https://developers.facebook.com/bugs and post a link to your report here too so others who find your question can see it’s current bug.