I am using linkedinj. I want to get all the old updates of my first level connections
. I tried to set the date but it displays only the recent only
Date startDate = new SimpleDateFormat("MM/dd/yy").parse("05/18/05");
Date endDate = new Date();
network = client.getUserUpdates(userId, networkUpdateTypeSet,startDate,endDate);
It shows very recent only. How do i fetch all the updates of a user?