问题标签 [yelp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
309 浏览

android - 我们如何在android中制作自己的Facebook和yelp应用程序

任何人都可以告诉我我们如何在 Android 上使用这些应用程序的 API 制作自己的 Facebook 和 Yelp 应用程序?

请给我一些链接和开发技巧。

提前感谢...

0 投票
1 回答
2320 浏览

javascript - Yelp API 使用 jQuery 只显示一个 ID

问题

我正在尝试使用Yelps API显示餐厅的评论。我从他们的 jQuery 电子书中复制了 Smashing Magazines 实现 API 的版本。问题是使用这种方法会查询两个商店,因为以前的所有者有相同的电话号码。Yelp 可以使用电话号码来查询评论和评分。我只需要显示当前打开的商店的评论。我想通过一些如何显示 Yelp 的节点元素来做到这一点ID。每个商店都有一个根据 Yelps API的唯一标识符并使​​用节点元素ID。我想单独显示的商店的 ID 是ID="Y6D43boKItksYx_d-RQL4g"

代码如下:

我对 jQuery 有点陌生,所以我不知道从哪里开始或应该从什么开始来显示只有

谢谢阅读。

0 投票
1 回答
1305 浏览

iphone - 访问 Yelp Api

在我的应用程序中,我必须添加一个按钮,并显示收到的星数,YELP如下图所示:图片,单击它后,我应该导航到一个新视图,该视图将显示 Yelp 评论。

1.) 我已阅读Yelp API,但无法找到附加方法以Store Name在 Yelp 中获得其评分。

例如:我需要获得 的 YELP 评分Agra Indian Restaurant,那么我应该如何获得JSON与 相关的返回值Agra Indian Restaurant

是否有任何教程或示例代码说明我如何完成这项工作?

0 投票
2 回答
1123 浏览

php - 叫喊错误:INVALID_SIGNATURE

当我尝试运行我的 yelp api 时出现此错误:

我能做些什么来克服这个错误?

提前致谢。

0 投票
2 回答
1584 浏览

web-services - Yelp 如何创建“Review Highlights”部分?

以以下链接为例:http ://www.yelp.com/biz/chef-yu-new-york 。

在名为“评论亮点”的部分中,根据用户提交的评论突出显示了 3 个短语(辣鸡丁、欢乐时光、特价午餐)。显然,这些是出现频率最高的词组,或者出现频率最长的词组,或者其他一些逻辑。

他们的官方解释是这样的:

在他们的评论中,Yelpers 经常提到下面的链接短语。这些不是任何古老的常用短语,它们也是我们的 Yelp 机器人确定的独特、良好、快速的方式来描述这项业务。单击任何短语以查看提及它的所有评论。

我的问题是,他们用什么来挖掘文本输入来获取这些数据点?是基于 Lempel Ziv 的某种算法,还是某种 map reduce?我不是 CS 专业的,所以可能在这里遗漏了一些基础知识。希望得到一些帮助,理论等。

谢谢!

0 投票
1 回答
1427 浏览

php - 在 API yelp 上获取数据

我必须使用 php 中的 Yelp API 为我的公司创建一个带有来自 yelp 的评论的小盒子,我从不使用它,今天早上我阅读了文档。我了解它是如何工作的,但我不明白如何从响应中获取数据 {'businesses': [{'address1': '466 Haight St', 'address2': '', 'address3': '' , etc...... }} 我的 url 很简单,我只需输入企业名称,例如:$url="http://api.yelp.com/business_review_searchterm=$term&location=$city%2A%20CA&ywsid =$键"; 所有的 var 都可以。

你能帮我吗,我只想知道如何获取这些数据谢谢

0 投票
1 回答
597 浏览

android - 如何在 Android 中使用 yelp 分享评论

在我的一个 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 发表评论吗?

对此的任何想法或帮助将不胜感激。

谢谢。

0 投票
1 回答
4611 浏览

yelp - 有没有办法获取给定企业的 Yelp URL?

如果我有关于一家企业的信息,我该如何通过脚本(例如 Perl 脚本)获取该企业的 Yelp URL?例如,如果我有关于“Toni's Pizza & Organic Pasta”的信息,我该如何以编程方式获取 Yelp URL(即“http://www.yelp.com/biz/tonis-pizza-and-organic-pasta -芝加哥”)?谢谢!

0 投票
2 回答
1007 浏览

java - Android菜单布局首页

我想做一个类似于Yelps 头版的菜单。

尤其是左图。我觉得我已经在多个应用程序上看到了这个,我还记得我认为这实际上是内置在默认 android 布局中的东西,但我似乎在任何地方都找不到任何东西。

我将如何进行这种布局?是否已经为您构建了一些东西,还是我必须使用图像按钮和相对布局?

0 投票
1 回答
8519 浏览

api - Yelp, Google's API for restaurants help

Ok I have looked into this, and I'm not sure if anyone else has experience with it. I'm having termendous difficulties with Yelp and Google's API.

To help explain what I am trying to do here is the concept of the website. We would have to pull restaurants based on user distance, and then randomize them based on quality of restaurant based on feedback from review websites (Yelp, Google, urbanspoon, zagat, opentable, kudzu, yahoo - doesn't have to be from all), and feedback from our users (on results page for the random restaurant users can select good recommendation/bad recommendation). There’s a lot we could calculate for our formula. Things that will dictate your results will be based on if you’re at home or work. If you’re at home you will have more time to drive out to the city to grab some dinner or lunch. If you’re at work we would have to recommend restaurants nearby as lunch is typically 30 minutes to a hour. A 30 minute lunch would require take out most likely or quick service. A hour lunch break you could dine in at a local fine dining restaurant. So in a nutshell, user comes to website. Select if they're at home or work, click submit and we will have a random restaurant selected for them to go. If they don't like it they can click retry and a new restaurant can show.

The issue I am having is using the API to gather all the restaurants in the US. I know it can be done because there are similiar websites/apps that pull restaurants that are closest to you such as Ness, Alfred, and I believe there's two more but I can't remember the names.

Anyone know if this can be accomplish? As I desperately need some help. Thanks in advance!