Im developing in java with the twitter4j library
Im using:
QueryResult qr=twitter.search(new Query(“BarackObama”));
but it gives me just 15 tweets.
How can I get a bigger amount of tweets?
i tried twitter.search(new Query(“BarackObama count:50”));
but it returns empty