RestFB按start_time搜索事件

时间:2017-08-23 15:51:26

标签: java facebook facebook-graph-api restfb facebook-events

我无法通过start_time编写指定事件的GET请求。

Connection<Event> eventConnection = fbClient.fetchConnection("search", Event.class,
            Parameter.with("q", "york"), Parameter.with("type", "event"), Parameter.with("start_time", "2017-11-11"));

我试图在restfb上提出正确的请求但是没有用。 Print screen of this GET request

我想使用RestFB进行搜索事件。 提前谢谢。

1 个答案:

答案 0 :(得分:0)

您可以使用:Parameter.with("since", "2017-11-11")