Пример #1
0
        public ActionResult Index()
        {
            ITwitter twitter = BirdFeeder.Create();

            //twitter.Tweet("restlessmedia", "I love smell of demos in the morning. No-one ever said.");

            return(View(twitter.Tweets("restlessmedia", 5)));
        }