1

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

4

1 回答 1

0

公开帖子搜索 API 仅保留几天的公开帖子,并且无法按时间搜索。

文档中唯一支持的搜索选项是q参数中的查询。

于 2012-10-22T15:54:39.070 回答