When I go to Facebook's Graph API Explorer and try to fetch a user's feed by using {id}/feed everything works great.
But, when I use this code:
dynamic feed = fbClient.Get(userId + "/feed");
I'm getting older posts. The newest posts are just missing. Also, there are some posts missing from the older posts list.
Why is that?