I have been tasked with querying a webservice API to get info for an application, and have an authentication key that I will be using. I don’t know very much at all about NSULConnections and what not, so I was hoping that someone could point me in the right direction for learning about how to do this.
I have been tasked with querying a webservice API to get info for an
Share
Use ASIHTTPRequest, then you don’t have to know much about NSURLConnection. It has a method to globally set authentication parameters for requests.