I found that if Graph Connection me / feed is used with a limit and an offset, then its returning empty json array for most limit and offset values. For instance: -
me / feed? limit = 10 & offset = 0 gives the correct data
But me / feed? limit = 10 & offset = 10 returns an empty json data array
Please help me :( thanks in advance ....
** This behavior can be reproduced using the GRAPH API Explorer tool, and I have all permissions available using the GRAPH API Explorer tool.
source share