Get tweets of a public twitter profile

Posted by Denzil on Stack Overflow See other posts from Stack Overflow or by Denzil
Published on 2010-05-31T11:20:46Z Indexed on 2010/05/31 11:22 UTC
Read the original article Hit count: 253

Filed under:
|
|

Hi folks,

I have a list of usernames on Twitter whose profiles are public. I wish to get "all the tweets" they have posted from the day they formed their profile. I checked Twitter4J examples http://github.com/yusuke/twitter4j/blob/master/twitter4j-examples/src/main/java/twitter4j/examples/GetTimelines.java . According to the Twitter API documentation, only the 20 most recent tweets are returned. Is there anyway I could perform my task?

© Stack Overflow or respective owner

Related posts about java

Related posts about api