我无法通过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进行搜索事件。 提前谢谢。
答案 0 :(得分:0)
您可以使用:Parameter.with("since", "2017-11-11")