I just now started sifting through how to implement twitter in my app. I mainly need it to post a static tweet. I don't need to post pictures or anything advanced. I found some tutorials that involve downloading classes from twitterapi. It was simple with just a few lines of code and text views for username and password. The tutorial was about a year old and I saw some things saying this was no longer an accepted way to implement twitter. Is this true? If so, what is the best method if all I need to do is post a prefilled message on twitter?