views:

1302

answers:

3

Hello I want to integrate Twitter API into my iphone application. I have read about JSON framework with iPhone SDK 2.2. But I am new to this type of application. Can anybody please explain how to integrate this Twitter's APIs with my application and how to use it. Also tell me how to open "svn checkout http://json-framework.googlecode.com/svn/trunk/ json-framework-read-only" I have downloaded this code, but I'm not sure where to go from here. Please help me in this issue. Thanks in advance.

+7  A: 

Try MGTwitterEngine.

Graham Lee
ok thanks for that, but can you please tell me how to integrate it in our application.There is some License Agreement for using that.
A: 

I can second that recommendation. MGTwitterEngine works really well.

gnuchu
+2  A: 

You might consider looking at the Stanford iPhone programming course for some basic "how to use an API" type information.

Their in-class sample app is a low-end Twitter app that uses the JSON library, you might find that a useful example.

mmc