Currently I make a twitter app for android.
I want to get user’s home timeline only statuses which has specific hasttag.
But I can’t find how to do that.
Only thing that I have is getting all home-timeline tweets and filtering that inside my app,
but this is too overhead user’s traffic.
Do you have any ideas?
Currently I make a twitter app for android. I want to get user’s home
Share
I don’t think this is offered. You can check the Twitter API for GET statuses/home_timeline, which doesn’t have any keyword query options.