Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Get the list of tweets whose retweets are more than 5 on basis of specific hashtag

$
0
0
Hi,

1) I am getting only 15 users no matter what hashtag should i use

Yes the reason for that is that it is the default value of the count parameter. If you wish to change that please replace :
string searchQuery = String.Format("https://api.twitter.com/1.1/search/tweets.json?q=%23{0}", hashTag);
into
int maxNbTweets = 80; // maximum is 100
string searchQuery = String.Format("https://api.twitter.com/1.1/search/tweets.json?q=%23{0}&count={1}", hashTag, maxNbTweets);
2) I need some filtration on the basis of re tweets, can someone guide which method should i use.
I cannot understand the question. Would you please give me more detail or some examples please.

Regards,
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>