Facebook图形api - 以随机顺序返回页面

I'm trying to retrieve pages for which a user is an admin via the graph api. I've given the manage_pages permission to my application however, making a call:

<user-id>/accounts

returns a set of pages but it doesn't return all the pages that the user can access as an admin user also the pages seem to be in some random messed up order. Its not alphabetically ordered nor is it even ordered by ID. Is there a way to get all pages as in all pages a user has access to and that too ordered alphabetically atleast.