Question

Can we Set a limit on the number of contats returned by Live SDK?

https://apis.live.net/v5.0/me/contacts?access_token=xccxxxx';

Was it helpful?

Solution

Use the limit parameter with the number of the results you want.

So to limit the results to 5 in your example that would be:

https://apis.live.net/v5.0/me/contacts?limit=5&access_token=xccxxxx
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top