I am using this query string to get tweets:
https://api.twitter.com/1.1/search/tweets.json?q=@AXA_Ireland
It returns tweets having user id appended in text. I want to get all the latest tweets and retweets from given user id.
e.g. I want to get all tweets for @AXA_Ireland and there is a tweet having text for 2nd August by this same id :
Thunder and Lightning reported in the midlands and outskirts of Dublin. Any in your area?
It does not come up while I tried to get tweets from this user, rather it returns all other tweets having @AXA_Ireland in there text.
Basically it does not return tweet created by this user.
Can any one tell me what type of tweet actually return in this api response?
Thanks
Abhishek