Questions tagged [yelp]

RESTful web services for getting business information.

Yelp's API program enables you to access trusted Yelp information in real time, such as business listing info, overall business ratings and review counts, deals and recent review excerpts.

Resources:

395 questions
0
votes
1 answer

Implementing Yelp business photos into iPhone app like Apple Maps

I'm curious how one might mimic Apple Map's iOS6 approach to showing Yelp photos. For example, when a user searches and clicks on a business, Maps shows a rotating slideshow of photos from Yelp's collection of pictures for that venue. The photos are…
0
votes
1 answer

Get Yelp Friends list

So I've been tasked with designing a Web Application that utilizes a friends & followers list from Yelp. Yelp has their own API, however, I can't find anything within the API that would allow me to query a search result that'll just have a user's…
user1760784
  • 123
  • 3
  • 12
0
votes
1 answer

Unable to get English-languages reviews using Yelp API

I am trying to use the Yelp API to get a list of english-language reviews using a variety of search terms, such as 'food', 'hotel', etc. I only get non-english reviews, despite the fact that I'm including the lang and lang_filter parameters. Here,…
Zac Imboden
  • 751
  • 8
  • 11
0
votes
1 answer

one set of yelp api access keys for multiple sites? keys work for one not the other

I have two sites both using the same yelp api access keys. Is that ok? in fact when I run both sites off the same dev box - ie same IP - the keys work for one site but not the other. Also , the keys work on dev for that site but not for the live…
lost baby
  • 2,750
  • 4
  • 27
  • 46
0
votes
2 answers

Yelp API to support write review for business page

Does Yelp provide API support to write reviews on business page? Is there any way to write reviews from another site?
Rukmi Patel
  • 2,545
  • 8
  • 26
  • 41
0
votes
1 answer

IOS Json parser that retains float value

I'm using Yelps local search api and have tried the native NSJsonserialization class and also JSONKit. The problem is that I need the full value of the latitude and longitude for each business returned and these two parsers round the lat and long…
Steve Lobdell
  • 233
  • 2
  • 9
0
votes
0 answers

JQuery JSONP ajax not calling

i'm trying to use yelp v2 js api. when I try to trigger ajax call from form event, success is not fired (and nothing in firebug NET panel) I can step thru debugger to $.ajax line fine...