I am trying to get the user's Home feeds using the Graph API:
/1203306063/home
or
/me/home
but he says (#200) Requires extended permission: read_stream
(#200) Requires extended permission: read_stream
But in fact, when I create an access token, I can not specify this permission.
How can i do this?
There is a new permission for this user_posts. Information about what you get with this permission is on the changelog for v2.3: https://developers.facebook.com/docs/apps/changelog#v2_3
user_posts
This includes personal messages, messages in which they are marked, and messages that other people do on their timeline.
, read_stream .
read_stream
, read_stream . user_posts . , Facebook, , API, users_posts ( )