Foursquare api某个提示ID在提示详细信息中被视为无效

时间:2014-07-04 13:22:45

标签: api foursquare endpoint

我正在使用api explorer和我的foursquare帐户(oauth令牌):https://developer.foursquare.com/docs/

某个提示列在会场提示中,但在通过提示端点查询其详细信息时,无法识别其ID。它也存在于foursquare网站。

这是通过场地enpoint->场地细节获得的场地:

venue: {
id: "4b7ffcd1f964a520e94830e3"
name: "Kensington Gardens"
.
.
.

然后,使用它的id,我通过场地端点 - >场地提示得到它的提示。 这是有问题的提示,如查询结果中所列:

.
.
.
{
id: "534c20ea498e7b69ab15e269"
createdAt: 1397498090
text: "Good walk in the summer month"
canonicalUrl: "https://foursquare.com/item/534c20ea498e7b69ab15e269"
.
.
.
 user: {
  id: "45652962"
  firstName: "Madhusudan"
  lastName: "Rao"
  gender: "male"
  photo: {
   prefix: "https://irs3.4sqi.net/img/user/"
   suffix: "/45652962-LXRTELI0DZDZTE2K.jpg"
  }
 }
}
.
.
.

最后,我尝试通过tip端点>提示详细信息获取提示的详细信息。 该ID未被识别为有效的提示ID:

{
meta: {
 code: 400
 errorType: "param_error"
 errorDetail: "Must provide a valid Tip ID"
}
notifications: [
 {
  type: "notificationTray"
  item: {
  unreadCount: 0
  }
 }
]
response: { }
}

0 个答案:

没有答案