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.
No, this is not possible any longer. user_posts
is the thing most similar to the old read_stream
permission.