Twitter Errors
I noticed recently that the twitter part of the news section has been throwing an error and not loading. As it turns out, Twitter has changed the API used for getting a list of a person's tweets. I will have the app switched over to the new API in the next update, so tweets should load again.
Edit: (8:44 pm)
I have looked into the Twitter bug and I have discovered it is not a bug in the app. Twitter has removed the entire XML API I was using, and replaced it with something extremely unwieldy: I must now use the JSON API in conjunction with oAuth. What this means is I have to remove all of the existing twitter code and replace it with convoluted code which is easily five times larger. Therefore, I am removing Twitter from the app until they use a decent API or I have the time to write all of this new code. Sorry about that.











