I am using graphi api to retrieve the name and id of my friends. In Graphy API Explorer, I use the query
me/friends?fields=id,name
It gives me 25 results on first page, with a next in paging section. When I try to get the next page. It returns me an empty page. Even though I have over 600 friends in my profile. It doesn't matter what offset and limit should i set it never gives the result apart from first 25 results.