jaynaiphone
jaynaiphone

Reputation:

Using the Twitter API within iPhone application

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.

Upvotes: 2

Views: 3237

Answers (2)

mmc
mmc

Reputation: 17414

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.

Upvotes: 2

user23743
user23743

Reputation:

Try MGTwitterEngine.

Upvotes: 7

Related Questions