0
我幾乎不想製作應用程序,但我需要從foursquare取得場地,即時消息使用此代碼,但它的奇怪,即時消息什麼都沒有。Fetch Foursquare場地API
<script>
var latLong = '17.548065, -99.500868';
var url = 'https://api.foursquare.com/v2/venues/explore?ll=40.7,-74&radius=500&client_id=XXXX&client_secret=XXXX&v=20120731';
$.getJSON(url, function(json) {
console.log(json);
$("#results").html(json.response.groups.venue.name);
});
</script>
另外,如果你能幫助我做與谷歌Places API的同樣的事情,我會非常感激。
https://developers.google.com/maps/documentation/places/?hl=es
此致敬禮!
沒有工作夥伴,Chrome開發者控制檯現在顯示「Unespected token」 – Hector 2012-07-31 14:18:43