问题
I am developing an application. In that I want to use the Yelp Api. So after registering on Yelp site how to integrate that Api in our application. Please provide me any examples or any stuff.
回答1:
Documentation of Yelp 1.0 Search API:
http://www.yelp.com/developers/documentation/search_api
Documentation of Yelp 2.0 Search API:
http://www.yelp.com/developers/documentation/v2/search_api
General overview of Yelp APIs:
http://www.yelp.com/developers/documentation
With the above links, depending on your current skills, you might have to search and read about:
Sending/handling a http request/response on iPhone.
Parsing JSON response on iphone/Objective-C
来源:https://stackoverflow.com/questions/6606572/how-to-integrate-yelp-api-in-iphone-application