Tag Archives: twitter

Twitterizer & .Net: Adding a feed to your website

Create a Twitter user: http://twitter.com/ Register your application: https://dev.twitter.com/apps/new This gives you:     <add key=”AccessToken” value=”blahblahblah”/>     <add key=”AccessTokenSecret” value=”blahblahblah”/>     <add key=”ConsumerKey” value=”blahblahblah”/>     <add key=”ConsumerSecret” value=”blahblahblah”/> Add it to your web.config Go to: http://www.twitterizer.net/downloads/ Download the Twitterizer package: … Continue reading

Posted in Uncategorized | Tagged , , | 8 Comments