“retweet_count”:0,“favorite_count”:1,“favorited”:true,“retweeted”:false,
The above results has been got from “TwitterStatus.Show(new OAuthTokens() { AccessToken = row[“AccessToken”].ToString(), AccessTokenSecret = row[“AppSecret”].ToString(), ConsumerKey = System.Web.Configuration.WebConfigurationManager.AppSettings[“Twikey”].ToString(), ConsumerSecret = System.Web.Configuration.WebConfigurationManager.AppSettings[“TwiSecretKey”].ToString(), timezone = “” }, postid);
”