Twitter oAuth for old Umbraco sites.
PLEASE NOTE THIS PROJECT IS FOR OLD UMBRACO SITES RUNNING UNDER .NET20 WHERE YOU CANNOT UPGRADE AND THEREFORE CANNOT USE THE EXCELLENT UTWIT.
This package creates an xslt macro (file TwitterOAuthRenderTweets) that can be dropped onto a template to render a twitter feed using oAuth. It also adds xslt extension entry to your xsltExtensions.config file.
You will need to create the twitter application first to generate the keys that will need to be passed into the macro.
It also installs newtonsoft json serialiser dll v1.3 if you have newer version of this dll you may break your site. Test on dev instance first. I have tested with umbraco 4.5.2 under .net20.
We have quite a few legacy sites running under .net20 and Umbraco <=452 that have twitter feeds. These feeds no longer work due to twitter api changes. We could not use uTwit so I knocked up my own little package.
I HAVE JUST UPLOADED UPDATED VERSION SO THAT ALL LINKS WORK AND FIXED AN ENCODING ISSUE. SO INSTALL THE PACKAGE THEN COPY OVER THE UPDATED TwitterOAuthOap TO YOUR BIN.