New Twitter API: using it for a custom twitter feed
问题 humans. I had a custom Twitter feed widget that was working fine until the API update. The code was like this: <ul id="twitter_update_list"><li>Twitter feed loading</li></ul> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="https://api.twitter.com/1.1/statuses/user_timeline/username.json?callback=twitterCallback2&count=4"></script> Now that they have updated to API 1.1, this code doesn't work. So, my question is, does