I created a facebook app that deletes messages from my friends using https://graph.facebook.com/uid/feed .
The access token used is an application access token with the following permissions: friends_status, read_stream, user_status.
I noticed that the result does not contain public messages (from non-friends) that my friend shares and appears on his timeline (when viewing).
source share