I am using jtwitter to get the user's latest mentions (using the code below) but the earliest mention I'm getting is 20 days old.
twitter.getMentions();
I am getting the timeline and DMs correctly.
Is anyone saw that problem before and can help me with that?
I set the max result to 20 and it solved
i don't know why that problem even accured because the default is 20 anyway