How to get news feed using Facebook api chart?

I want to receive a news feed (exactly as shown on the Facebook homepage) using the Facebook api chart

https://graph.facebook.com/me/home

However, the facebook api document says that

this is an outdated view, does not reflect the News Feed on facebook.com:

Are there any other ways?

Thanks in advance

+5
source share
2 answers

Yes there is

https://graph.facebook.com/[YOUR_ID]/home

Please note that you will get almost everything you see in the news feed, at the very latest , and not in order of Top Stories , which is the default view that you get when you visit your own news channel.

, .

+4

, :

graph.facebook.com/[your_ID]/

read_stream. , .

, https://graph.facebook.com/[YOUR_ID]/home, 2.4 ( read_stream).

.

. : Get Home feed read_stream, ?

+1

All Articles