在我的 Android 应用程序之一中,我需要将 yelp 集成到应用程序中。实际上,我需要将用户评论发布到 yelp 并使用 Yelp Business API 检查用户评论。
请给我一些提示或示例,说明我们如何使用 yelp 的 API 发布评论并使用我的应用程序检查这些评论。
据我所知,我们可以使用 yelp 的 API2.0v- Business API 来做到这一点(参考 URL http://www.yelp.com/developers/documentation/v2/business ),但我找不到任何方法从应用程序发布评论。他们刚刚给出了一个 API URL(示例请求:http://api.yelp. com/v2/business/yelp-san-francisco ),它提供一个响应(json 格式),其中包括该城市的评论,但用户如何使用此 API 发布评论。
对此的任何想法或帮助将受到高度赞赏。
谢谢。
In one of my android app, I need to integrate yelp in the app. Actually , I need to post users reviews to yelp and check users Reviews using Yelp Business API .
Please give me some hints or examples that how can we post reviews using yelp's API and check those reviews using my app.
As much as I know we can do this using the API2.0v- Business API of yelp (reference URL http://www.yelp.com/developers/documentation/v2/business ) but I could not find any way to post the review from the app . They have just given an API url (sample request: http://api.yelp.com/v2/business/yelp-san-francisco ) which provide a response (in json format) that includes the reveiws of that city but what how can a user post a review using this API.
Any idea or help on this will be highly appreciated.
Thanks.
发布评论
评论(1)
Yelp API 不支持提交企业评论的功能。
The Yelp API does not support the ability to submit reviews for a business.