Search code examples
c#apisearchtwitterizer

Twitterizer - Search API Example


Can someone please write up a quick example code on how to search the public twitter timeline for a specific hashtag or keyword or mention using the Twitterizer framework.

Thanks


Solution

  • You should use the search API to search for a specific word or phrase.

    In Twitterizer, it would look like:

    TwitterResponse<TwitterSearchResultCollection> result = TwitterSearch.Search("#hashtag");