嗨,我对 tweetsharp sdk 有疑问。我尝试使用下面的代码阅读推文,有时我并不总是接受这个例外:“算术运算导致溢出”。我搜索了,但找不到原因?
TweetSharp.TwitterService tester = new TwitterService();
tester.AuthenticateWith(consumerkey, consumersecret, accesstoken, accesstokensecret);
var a = tester.Search(new SearchOptions { Q = "screenname", Count = 100}); //On this line i take the excepiton