I am trying to retrieve all public comments with a/or more given words in the text during a specific period of time. My query is like the following: https://graph.facebook.com/search?q=%22Hello%22&since=2012-08-01&until=2012-08-20&access_token=MYACCESSTOKEN If you do not have an access token you can use the following link, without access_token: https://graph.facebook.com/search?q=%22Hello%22&since=2012-08-01&until=2012-08-20
I can not get any results. If I omit the period of time, searching for a specific word, I get only few of the newest posts.
I read that I can only retrieve a period of max 35 days. My query is in that range.
Any suggestions?
Regards,
Mauro