Reputation: 1
I'm attempting to create a web page which displays a single random tweet containing a certain keyword. Right now, I can get a single tweet containing the keyword, but it has to be either popular or recent or mixed based on the result_type parameter.
Is it possible to do this using the Twitter Search API, or is there a way to complete this using the Twitter Stream API?
Upvotes: 0
Views: 195