[bug] no data in FBInvitableUsersCursor, when request friends

Hi everyone,

I just caught another bug when requestInvitableFriends(), if number of friends > 25, there will be a paging or next URL/cursor, and i suppose to get that from api callback, but the result is “”

CCLOG(“the next url = %s”, friends.getNextURL().data());
CCLOG(“the next cursor = %s”, friends.getNextCursor().data());
CCLOG(“the prev url = %s”, friends.getPrevURL().data());
CCLOG(“the prev cursor = %s”, friends.getPrevCursor().data());

the result:

the next url =
the next cursor =
the prev url =
the prev cursor =

but when i check original data, there is exist next cursor and next url:

“paging”:{“cursors”:{“after”:“QVFIUjhzQmQtZAUgzUmJfX3dFOVpnaElKQUdDYVJjdlRZAZA1lYNWRWYzBoc2tGVy1Td3NBeHBYa1FsY1hzbWZABcWFQby1yZAjVYUFE0RVl4aXU1RDcxbjBqUnBn”,“before”:“QVFIUkw2QlhQdkF6c1VRdWhDUnZAnY1NmUTZAqaFBHMEM0STRmUG9raG4wa3pDUURoQlFNYWViQV9KVVpZAbG00MHh6YkxLUzJpcUNyRk5TcUFxb1NvU1JKaDVB”},“next”:“https://graph.facebook.com/v2.8/121655955006420/invitable_friends?access_token=EAALgPtdcJBMBABFsiqS3ElLCkZCp8yhMd7sOiZBEhG8RoyzmAD4uV3y9zAw1Hl3i5knrEliOjZBhK0FtKZCwM19o1QcfqOEUXEkjzjZA46H8yIGDZBJgTmQxZB7sHHMNdK0ZBp4nBkrhIlUZCahZAhz3YtQS9PoQK5t5STFzuA3DGpUsqYQEBklc0E9U9uZAYVBmBNqZBlVS9R6LtHVyWToEFB3N1ly2zpD5RKULDGZCZAgzThLwZDZD&fields=name%2Cpicture.width(300)&limit=25&after=QVFIUjhzQmQtZAUgzUmJfX3dFOVpnaElKQUdDYVJjdlRZAZA1lYNWRWYzBoc2tGVy1Td3NBeHBYa1FsY1hzbWZABcWFQby1yZAjVYUFE0RVl4aXU1RDcxbjBqUnBn"},"debug”:{}}

Could you guy check again this bugs with the limit params, Thanks in advance!