我通常会收到此错误并且(总是)不知道如何解决它。这次我也明白了,似乎我不理解一个概念或遗漏了什么这是代码
// create a new twitteroo core with provided username/password
TwitterooCore core = new TwitterooCore(username, password);
// request friends timeline from twitter
Users users = core.GetTimeline(Timeline.Friends); // error here
请一些帮助以及对正在发生的事情的一些解释谢谢