Question

I signed up for a new account, registered for an Oauth token from the foursquare website.

Then I hit this in my browser:

https://api.foursquare.com/v2/venues/search?ll=40.7,-74&callback=location&oauth_token=my_token_here

But that doesn't work!

It says:

location({"meta":{"code":401,"errorType":"invalid_auth","errorDetail":"OAuth token not found or has been revoked."},"response":{}});
Was it helpful?

Solution

Solved.

You have to provide your client secret and client id.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top