I am using Twitter REST Api for get my Timeline Tweets. Currently I am using following functions to get Tweets and these are working well.
Now I want to get filtered Timeline Tweets. I am using both Text search and Location filters with this Link.
https://api.twitter.com/1.1/search/tweets.json?q=[text]&geocode=[lat/lon]
I want get My Timeline Tweets but it returns global tweets.
How can I implement filters on my account?
Do I need to create custom function to fulfill my requirement?