I am using the Facebook Graph API in C# and I'm trying to read all of a users wall updates. "feed" works well (with limit=5000 giving me everything). I am seeing all the users posts for this years, but only other people's posts prior to this. Does anyone know if there is a parameter I am missing, or is there a better api item to use?
I have the access token, and I am getting all my posts for this year. When I use the feed url in a browser, I see the same results; all my posts for this year, then only other people's before this.