我使用Foursquare的API來獲取地點信息,同時使通過捲曲它給了我的場地四方API提供了301錯誤
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/0.8.52</center>
</body>
</html>
錯誤的請求。 它以前工作正常,也提取結果,但現在它似乎現在不工作。你能給我一些建議嗎?
我的API網址是先進
https://api.foursquare.com/v2/multi?requests=/venues/172832,/venues/172832/tips&oauth_token=MyToken
感謝。