Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以对 Live SDK 返回的联系人数量进行限制吗?
https://apis.live.net/v5.0/me/contacts?access_token=xccxxxx ';
将limit参数与所需的结果数一起使用。
limit
因此,在您的示例中将结果限制为 5,即:
https://apis.live.net/v5.0/me/contacts?limit=5&access_token=xccxxxx