Using Twitter4J i can able to get the home_line tweets by using the method
Twitter.getHomeTimeline();
I want to retrieve the tweets which contains photo tags , i came up with the solution FilterQuery but i do not know how to use this FilterQuery class to get the tweets which contains photo tag.
Please help me in this.
Thanks