Hello,
I would like to search tweet for specific geo location. we can achieve this by using Search.SearchTweets() . But this requires a ITweetSearchParameters which can only generate by using Search.GenerateSearchTweetParameter(string). I don't want to provide any query parameter but want to search all tweets generated from specific location. How can I achieve this?
I would like to search tweet for specific geo location. we can achieve this by using Search.SearchTweets() . But this requires a ITweetSearchParameters which can only generate by using Search.GenerateSearchTweetParameter(string). I don't want to provide any query parameter but want to search all tweets generated from specific location. How can I achieve this?