I have recently made a Twitter feed reading all tweets from for example: @Steve @John and @Company.
For which I generated this query: http://search.twitter.com/search.json?q=from:steve+OR+john+OR+company&callback=TweetTick&rpp=50
Now I want to display all the tweets from @company, but for @John and @Steve only the tweets containing #company, is there, or isn't there a way to do this?