Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foursquare API List Update #15

Open
darrendaz opened this issue Jul 15, 2019 · 0 comments
Open

Foursquare API List Update #15

darrendaz opened this issue Jul 15, 2019 · 0 comments

Comments

@darrendaz
Copy link

darrendaz commented Jul 15, 2019

TipsController#index:
@results = JSON.parse(resp.body)["response"]["tips"]["items"]

needs to be updated to the new API list response structure:
@results = JSON.parse(resp.body)["response"]["list"]["listItems"]["items"]

Also, no .env file is included or mentioned creating this error when submitting on the search page:
Missing access credentials. See https://developer.foursquare.com/docs/api/configuration/authentication for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant