Pregunta

I downloaded the latest version of Twitterizer and I have the below code which tries to send an update a tweet to the twitter but it fails with "Unauthorized" Response status.

What could be the reason?

The keys were working before, why is it giving the below message and how to fix it?

enter image description here

And in my config I have this:

  <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
      <proxy/>
      <bypasslist/>
      <module/>
    </defaultProxy>
  </system.net>
¿Fue útil?

Solución

I realized that the Access Tokens had expired oddly and created a simple page to regenerate the access tokens by Authorizing a Twitter Application (Consumer Tokens) to be able to send tweets to a Twitter User Account (Access Tokens):

enter image description here

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top