How to read messages from Twitter?

On my site, I have a section that displays the latest tweets from my Twitter account. I used Twitterizer to read the latest tweets from my account and bind them toRepeater

However, when using the new Twitter security, I cannot use this because I have to use oAuth.

What is the best way to return tweets from an account?

+3
source share
1 answer

Can you upgrade to Twitterizer2? See Website Note here: http://code.google.com/p/twitterizer/

0
source

All Articles