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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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