i m getting this error
The remote server returned an error: (401) Unauthorized.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (401) Unauthorized.
Source Error:
Line 27: {
Line 28: // Exchange the request token for an access token
Line 29: twitterAPI.GetAccessTokens(“T8x1FkPhsi1jpCzt3IVpgg”, “Gp76W6WO926sL7iYIU3I2OJXwxefpqazsSatBYjkUE”, Request[“oauth_token”], Request[“oauth_verifier”]);
Line 30: // You’ve got all the tokens now. You can write them to a database, cookies, or whatever
Line 31:
Source File: d:\Working Dircotry\NewProject\datalistinside__Gridview\twitter.aspx.cs Line: 29
Stack Trace:
[WebException: The remote server returned an error: (401) Unauthorized.]
System.Net.HttpWebRequest.GetResponse() +6038435
TwitterVB2.TwitterOAuth.WebRequest(Method RequestMethod, String Url, String PostData) +441
[TwitterAPIException: Invalid / expired Token]
TwitterVB2.TwitterOAuth.WebRequest(Method RequestMethod, String Url, String PostData) +945
TwitterVB2.TwitterOAuth.OAuthWebRequest(Method RequestMethod, String url, String PostData) +661
TwitterVB2.TwitterOAuth.GetAccessToken(String AuthToken, String AuthVerifier) +48
TwitterVB2.TwitterAPI.GetAccessTokens(String ConsumerKey, String ConsumerKeySecret, String OAuthToken, String OAuthVerifier) +39
twitter.Page_Load(Object sender, EventArgs e) in d:\Working Dircotry\NewProject\datalistinside__Gridview\twitter.aspx.cs:29
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207