私は新しいアカウントにサインアップし、foursquareWebサイトからOauthトークンに登録しました。
次に、ブラウザでこれをヒットします。
https://api.foursquare.com/v2/venues/search?ll=40.7,-74&callback=location&oauth_token=my_token_here
しかし、それはうまくいきません!
それは言う:
location({"meta":{"code":401,"errorType":"invalid_auth","errorDetail":"OAuth token not found or has been revoked."},"response":{}});