Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm trying to get the Home feeds of a user using Graph API:

/1203306063/home

or

/me/home

but it says (#200) Requires extended permission: read_stream

But in fact, when I create access token, I can't specify that permission.

How can I do it?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
193 views
Welcome To Ask or Share your Answers For Others

1 Answer

There is a new permission called user_posts for that. Information about what you get with that permission is in the changelog for v2.3: https://developers.facebook.com/docs/apps/changelog#v2_3

This includes the someone's own posts, posts they are tagged in and posts other people make on their Timeline.

Getting access to the whole feed is not possible anymore, read_stream is deprecated and there is no direct replacement.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...