Facebook GUI API: Unable to Receive Messages from Other Friends

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).

+4
source share

Source: https://habr.com/ru/post/1403656/


All Articles