문제

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>
도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top