Twitterizer suddenly stopped working

守給你的承諾、 提交于 2019-12-06 15:15:21

Try getting the latest code from git hub (develop branch), compile it then copy and paste the newly compiled dll's over the existing twitterizer dll's in your project. This is how I just resolved the same issue. I tried updating through nu get first, but it did not fix the problem.

Git Hub Url: https://github.com/Twitterizer/Twitterizer/tree/develop

Darkseal

Unfortunately Twitterizer doesn't support Twitter API 1.1, so it stopped working when Twitter ceased the support for their old API 1.0. Since I had the same problem (I was using Twitterizer in an old .NET 3.5 application) I switched to TweetSharp, which AFAIK is the only library available for .NET 3.5 (and also 2.0) with Twitter API 1.1 support.

For further information you can read my answer here.

I can personally guarantee that it works because I used it in an old 3.5 project and I managed to make it work (in fact it saved my day).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!