Search code examples
c#phpfacebookfacebook-graph-apifacebook-graph-api-v2.0

What is the real alternative of read_stream to read facebook news feeds?


What is the real alternative of read_stream to read the news feeds from Facebook ? The answer is usually users_posts , but can the latter fetch the news feeds ? - for instance like the suggested posts on the timeline -

In other words I am trying to know if there is a way through the new Graph API to pull ads like what we used to do with FQL and read_stream.


Solution

  • No, this is not possible any longer. user_posts is the thing most similar to the old read_stream permission.