Michael Arenzon
Michael Arenzon

Reputation: 551

Facebook api graph doesn't return me all the feeds

The graph api (feed) isn't showing me all what I need. I mean like when I did a post here, I got an alert on realtime updates (object: user, fields: feed) but when I sending request to graph api with my id and my access token I just not able to see it. It the same for when I do likes to people pictures / statues etc..

https://developers.facebook.com/docs/reference/api/realtime/ https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Ffeed

Upvotes: 2

Views: 561

Answers (1)

DMCS
DMCS

Reputation: 31880

Lint the access token and ensure you have read_stream permissions on it.

Upvotes: 1

Related Questions