Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anyone know of any sample iOS apps that consume a RESTful web service?

share|improve this question

2 Answers

up vote 1 down vote accepted

you could try http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/

Although this uses a third party library

share|improve this answer

Use ASSIHTTPRequest framework.... its quite easy and reliable... you just need to create request object, set the verb and request data and send it... it works for both synchronous and asynchronous calls...

cheers

share|improve this answer
1  
ASIHTTPRequest is discontinued. – wackytacky99 Jul 11 '12 at 6:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.