我想使用给定建立的foursquare ID通过foursquare API访问数据。我有以下数据:
client_ip = "AAA"
client_secret = "BBB"
id_place = "4c4192d5d7fad13a8cb807da"
为什么下一个URL不访问此特定企业的数据?
我得到的是以下
{
"meta": {
"code": 400,
"errorType": "invalid_auth",
"errorDetail": "Missing access credentials. See https://developer.foursquare.com/docs/oauth.html for details.",
"requestId": "5900bcf84c1f6734f1ee6b02"
},
"response": {}
}