Does anyone know of any sample iOS apps that consume a RESTful web service?
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.
|
|
|
you could try http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/ Although this uses a third party library |
|||
|
|
|
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 |
|||||
|