Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get news feed using Facebook graph api?

I want to get my news feed (just as what is shown on facebook home page) using Facebook graph api

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

like image 849
onmyway133 Avatar asked Sep 13 '12 07:09

onmyway133


1 Answers

Yes there is

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

Note though that you will get almost everything you see on your news feed by most recent order and not by Top Stories order which is the default view you get when visiting your own news feed.

Also another thing to note is that you wont get promoted stories in the results.

like image 125
Igor Aleksic Avatar answered Oct 06 '22 00:10

Igor Aleksic