great … that worked for him … thanks …
When i tweet meaasge like ()*!, it shows “The remote server returned an error: (401) :Unauthorized”. however i tweet normal message without this characters, it is properly sent to an account. I don’t what is the problem. If anyone knows, let me know.
Hi im struggling in that error can yo help me how to fix 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 294: finally
Line 295: {
Line 296: webRequest.GetResponse().GetResponseStream().Close();
Line 297: responseReader.Close();
Line 298: responseReader = null;
If you issued the access token (or used the “my access token” feature) before the application was to read & write, you’ll need to regenerate the access token to upgrade it to the higher permission level (In Setting under application level you can increase access level).
To do this:
- Go to your application details page
- Note the current access token and access token secret strings on that page
- Click the recreate your access token button
- After a few minutes, refresh the app details page – your access token strings should change from the ones you noted in step 2, and the access token should note its upgraded status
the remote server returned an error (401) unauthorized. twitter win 8 apps store
.
help?
this will not work for me
Solved! In my case it was an extraneous leading space character in Access token secret.