从MQL查询,Freebase获取游标

时间:2012-07-09 11:14:15

标签: freebase mql

我试图按照this example获取MQL查询中返回的'cursor'值。虽然my attempt会产生以下错误:

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "cursor is invalid.",
    "locationType": "other",
    "location": "parameters.cursor"
   }
  ],
  "code": 400,
  "message": "cursor is invalid."
 }
}

2 个答案:

答案 0 :(得分:1)

在新API中,cursor参数的起始值为null,而不是之前的值true。试试this

答案 1 :(得分:1)

相关问题