I asked a question a couple of days ago regarding getting privacy information for people's status updates. I was then advised to use the /feed connection instead of /statuses so I could access the privacy
attribute.
After re-working our app, I've noticed that /feed only appears to return status updates from around the 20th of January 2011. Comments, wall posts and so on, on the other hand, are returned since the user registered with Facebook. Initially I thought this might have been a quirk on my profile for some reason, but a number of different developers of our app have been able to replicate the same result.
Does anyone have any idea why this is happening, or know of a way to retrieve all of a user's statuses along with their associated privacy information?
Edit: I should add that I'm able to retrieve all statuses just fine using the /statuses connection, but this isn't ideal as we need access to the privacy
attribute.