问题是当我的 Android 应用程序在 facebook 上创建 #tagged 事件时,它在应用程序中几分钟内不可见。但是,如果我查看新的浏览器窗口,我可以看到它。这必须归结为它被缓存在某个地方。
这是我的直接 HTTP 获取的 url 构造:
dataprov.setUrl("https://graph.facebook.com/search?type=event&q=MyAppName&limit=100&since=now&until=next%20year&fields=venue,location,attending,name,description,start_time,end_time,owner&&access_token="
+ ParseFacebookUtils.getSession().getAccessToken());
我需要一个参数,例如 cache=false 什么的,但在文档中找不到任何东西。