Yelp / yelp-fusion

Yelp Fusion API
https://yelp.com/developers
MIT License
403 stars 394 forks source link

Unauthorized access token #698

Closed raisk closed 7 months ago

raisk commented 7 months ago

Overview

Description

we use yelp api to fetch nearby data and display on the website, using the given keys and api it used to work just fine but recently its giving an unauthorized access token message instead of providing the data

Endpoint

ufPLTrJmBMXsP3DRGzZ6fuSHhIoR0tLYwtiSUR7pBxxZhuaWGxtEuVLcmbDj7nK73ARUvxlR58WQMWmimRwZmFlH-AhoU1VquUQ1q1J-YWEt-dpBdEFNxQoKwy-WnYx

Parameters or Sample Request

https://api.yelp.com/v3/businesses/search?categories=arts&term=arts&latitude=38.512806&longitude=-121.461752&location=Sacramento%2C+CA&limit=10&sort_by=distance

Response


{"error": {"code": "UNAUTHORIZED_ACCESS_TOKEN", "description": "The access token provided is not currently able to query this endpoint."}}```
rockdog commented 7 months ago

Hi @raisk,

what's your Client ID?

You can find it on this page: https://www.yelp.com/developers/v3/manage_app.

rockdog commented 7 months ago

@raisk I'm going to close this issue. If you still need help feel free to re-open.