2012-07-09 44 views
1

我想通过以下this example获取MQL查询中返回的'游标'值。虽然my attempt产生以下错误:从MQL查询获取游标,Freebase

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

回答

1

在新的API,为cursor参数的初始值是零,而不是价值true像以前一样。试试this

相关问题