I have a Drupal site with a content type containing a hashtag field.
What'd I'd like to do is create a view that displays a list of recent Twitter messages related to that hasthag. This would be a global hashtag search, not just messages related to a specific user.
I've installed the Twitter module, but it's not clear to me if this is what I need. That seems optimized for interacting with a specific Twitter account, whereas I'm interested in searching public tweets.
Thanks very much.