0
我使用雅虎API導入接觸到我的PHP網站。 我使用查詢:的聯繫人導入查詢雅虎API返回只有10 DATAS
$query = sprintf("SELECT * from social.contacts WHERE guid=me");
$response = $yahoo->query($query);
但問題是,它僅返回10 DATAS那裏,因爲我有11 更在我試圖去他們的開發者控制檯: http://developer.yahoo.com/yql/console/#h=select+*+from+social.contacts+where+guid%3Dme 並嘗試了查詢,但仍然返回10個結果。
感謝answer.I改變了我的查詢:SELECT * FROM social.contacts(0)其中GUID =我。但仍然返回10個項目。 – ssengupta
我仍然得到10 – ssengupta
和這個'SELECT * from social.contacts(20)where GUID = me'? – user15