I've always used this address to get all my tweets:
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=enriquemoreno
but since API 1.1 is out and API 1 is deprecated I thought I would try change. But the new address is not working:
http://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=enriquemoreno
What am I missing?
This appears to be a pretty simple implementation with authorization & php:
http://profabbynucup.tumblr.com/post/53031776012/display-your-latest-twitter-feed-using-php-and-oauth
Someone wrote a (clever) snippet in vanilla javascript that fetches twitter widgets:
http://jsfiddle.net/jmayes/maT2Z/
Not the cleanest way and maybe not future-proof, but for now the only solution (I know) to access twitter data without OAuth and server-side support.