How to integrate Yelp APi in iPhone application?

假装没事ソ 提交于 2019-11-27 03:47:16

问题


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:

  1. Sending/handling a http request/response on iPhone.

  2. Parsing JSON response on iphone/Objective-C



来源:https://stackoverflow.com/questions/6606572/how-to-integrate-yelp-api-in-iphone-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!