I am trying to access my news feed using the following code:
me?fields=home
When I access it in my iOS app, I can only retrieve a few posts.
When I execute it in Graph API explorer to retrieve next page of posts:
me?fields=home.until(123456789).limit(25)
Where does this id come from? Or how do i retrieve the next set of posts which I can access by clicking on the arrows in the Graph API explorer, through the code?