Andy, could you help me out with using the from:username operator?
Even when I ONLY use the from:username operator, without adding keywords to query with, the JSON still returns only the latest tweet. For example, when I used this, only my latest tweet appeared:
https://api.twitter.com/1.1/search/tweets.json?q=from%3Abryantruong_
How do I get the json to return ALL of my tweets (or as many as possible)??
When I add the query, the JSON returned is empty. I thought it would be something like this (with the bolded text to be replaced)
https://api.twitter.com/1.1/search/tweets.json?q=keywordToSearchFor%20from%3AusernameToSearchFor
The json that is returned does not contain any tweets. I checked with the twitter.com advanced search, and the json does not correspond. Please help!