Get home feed requires read_stream which is deprecated?

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

But in fact, when I create an access token, I can not specify this permission.

How can i do this?

-1
source share
2 answers

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

This includes personal messages, messages in which they are marked, and messages that other people do on their timeline.

, read_stream .

+1

, read_stream . user_posts . , Facebook, , API, users_posts ( )

0

All Articles