7778798081828384
url = url + "&after=" + lastFetched; /* Request the URL and return the response */ String liked = reddit.requestUrl(url); Gson gson = new Gson(); Response response = gson.fromJson(liked, Response.class); return response.getData().getChildren(); }