I recently created a Twitter feed, for example read all the tweets: @ Steve @ John and @company
I generated this query for this:
Now I want to show all the Tweets from @company, but @John and @Steve only have Tweets with #company, or Is not there a way to do this?
This is not a way of doing this in a single query. Your best bet is either:
- Filter Tweets at the end (leave any tweets from @John or @Steve), or
- Two results Combine different inquiries (one for @company, one from #company: @John or Steve: @).
Comments
Post a Comment