Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using the graph API to fetch status that I posted to my own wall.

I have tried using the graph API statuses method and I am able to get my most recent 100 status updates:

a query like this: /me/statuses?since=2010-09-01&until=2010-10-01 returns many results for my account.

similarly, I would expect this query: /me/feed?since=2010-09-01&until=2010-10-01 to return those same posts from me to my wall (i.e. type: status, from: me) as the above query, along with posts to my wall from others, etc..

what actually happens, however is that the /me/feed query above returns all posts EXCEPT those from ME

Can anyone explain this behavior?

*it seems to be related to the time, for example if i only go back 2 months (eg: /me/feed?since=2011-12-01&until=2012-01-01), everything works fine

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.