Possible Duplicate:
Is there an iPhone SDK API for twitter?
I am trying to use the Twitter API but am not looking to use OAuth/some other person’s library. I would like basic code for a user name and password and than a tweet. Is this possible? I have been browsing the web for anything on this for at least 7 hours and have come up empty handed. I found one but it didn’t work. Please help me with this. Thanks.
If you want to look at the code I found you can download it here. The problem is that it says it works but my Twitter wall doesn’t reflect that. To test it just put your username and password in the viewDidLoad.
There are quite a few libraries that makes this very easy. Just look around. MGTwitterEngine is one such library that works great. Also, check out ShareKit.