Querying Web API With Key?
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 开发者_JAVA百科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.
Use ASIHTTPRequest, then you don't have to know much about NSURLConnection. It has a method to globally set authentication parameters for requests.
精彩评论