4square icon indicating copy to clipboard operation
4square copied to clipboard

Authentication Error: "code":400,"errorType":"invalid_auth","errorDetail":"Missing access credentials.

Open ar5had opened this issue 9 years ago • 3 comments

In the documentation of api, it is mentioned that venues search doesnt require authentication then why do i get the auth error ?

Error:

{"meta":{"code":400,"errorType":"invalid_auth","errorDetail":"Missing access credentials. See https:\/\/developer.foursquare.com\/docs\/oauth.html for details."},"response":{}}

ar5had avatar Dec 17 '16 17:12 ar5had

Ah. The lib assumes you pass in credentials. Can you share the specific endpoint documentation?

elbuo8 avatar Jan 23 '17 03:01 elbuo8

@elbuo8 https://developer.foursquare.com/docs/venues/search

If lat and long is provided, each venue includes a distance. If authenticated, the method will return venue metadata related to you and your friends. If you do not authenticate, you will not get this data.

ghost avatar Feb 24 '17 05:02 ghost

I've updated the module so it doesn't send empty auth parameters causing it to fail.

elbuo8 avatar Feb 25 '17 21:02 elbuo8