We are using twitterVB API for managing our tweets from our web application, so far everything was running smoothly until today it started throwing the below error.
LinkClicked Error:Exception of type ‘TwitterAPIException’ was thrown.
at TwitterVB2.TwitterOAuth.WebRequest(Method RequestMethod, String Url, String PostData) at TwitterVB2.TwitterOAuth.OAuthWebRequest(Method RequestMethod, String url, String PostData) at TwitterVB2.TwitterOAuth.GetAuthenticationLink() at TwitterVB2.TwitterAPI.GetAuthenticationLink(String ConsumerKey, String ConsumerKeySecret, String CallbackUrl) at WatanLiveNews.ArticleManage.lnkAddToTwitter_Click(Object sender, EventArgs e)