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?
source
share