私は新しいアカウントにサインアップし、foursquareのウェブサイトのOauthトークンに登録しました。フォースクエア会場検索APIに何か間違っていますか?
は、その後、私は私のブラウザでこれをヒット:
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":{}});
私はブラウザ(すなわち、JavaScriptの)からそれを使用する必要がある場合は、「秘密のクライアントが」もはや「秘密」ではありません! –