简体   繁体   English

如何在Android中使用Yelp分享评论

[英]How to share reviews using yelp in android

In one of my android app, I need to integrate yelp in the app. 在我的一个Android应用程序中,我需要将yelp集成到该应用程序中。 Actually , I need to post users reviews to yelp and check users Reviews using Yelp Business API . 实际上,我需要将用户评论发布到yelp并使用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. 请给我一些提示或示例,我们如何使用yelp的API发布评论,并使用我的应用检查这些评论。

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 . 据我所知,我们可以使用yelp的API2.0v- Business API (参考URL http://www.yelp.com/developers/documentation/v2/business )来完成此操作,但是我找不到任何发布方法从应用程序查看。 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. 他们刚刚给出了一个API网址(示例请求: http ://api.yelp.com/v2/business/yelp-san-francisco),该网址提供了一个响应(采用json格式),其中包括该城市的收入,但是如何用户可以使用此API发表评论。

Any idea or help on this will be highly appreciated. 任何想法或帮助将不胜感激。

Thanks. 谢谢。

Yelp API不支持提交企业评论的功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM