tags:

views:

270

answers:

4

how to get connected to twitter in iphone ?

A: 

http://www.jaanuskase.com/en/

Matrix
+2  A: 

If you want to use Twitter on your phone, get one of several Twitter apps. If you want to talk to Twitter programmatically, they have an API.

Gregory Higley
+2  A: 

View this tutorial: iCodeBlog:Diving into the Twitter Stream

thyrgle
this one is good
hib
A: 

The Three20 library has a Twitter engine which works great

http://github.com/facebook/three20

Lee Armstrong