Thanks for response Taylor
Let me clear I am new in Twitter API. I don’t understand what do you mean by http client
Giving you further detail that I am using the library Tweetinvi maintained by Linvi, recommended on Twitter API Documentation. And using following for populating the Token Info.
IToken token = new Token(
ConfigurationManager.AppSettings[“token_AccessToken”],
ConfigurationManager.AppSettings[“token_AccessTokenSecret”],
ConfigurationManager.AppSettings[“token_ConsumerKey”],
ConfigurationManager.AppSettings[“token_ConsumerSecret”]);
Please correct me if I am on wrong path and suggest me what would be the correct strategy to collect tweets by using Streaming API or maximum tweets.
Thanks again
Expecting for your response
Aamir