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 :
I cannot understand the question. Would you please give me more detail or some examples please.
Regards,
Linvi
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);
intoint 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