场地的Foursquare API给出了301错误

时间:2012-02-09 13:24:02

标签: foursquare

我正在使用Foursquare API来获取场地详细信息,同时通过CURL提出请求,它给了我

<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

先谢谢。

2 个答案:

答案 0 :(得分:1)

301不是错误代码。它是一个http状态代码。您需要阅读http标头响应并获取您被重定向到的位置。

答案 1 :(得分:0)

使用我自己的身份验证令牌发出请求会返回有效结果 - 您确定在实际提出请求时,您的网址中是否存在拼写错误或损坏的元素?

此外,请务必在请求中指定版本参数,以避免将来破坏(https://developer.foursquare.com/overview/versioning)