Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

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

share|improve this answer
I do have the read_stream permission in fact I have all the permissions that available – Michael Arenzon Jan 16 '12 at 17:40
Try looking on me/home instead of me/feed to see if it is there instead. – DMCS Jan 16 '12 at 17:46
me/home shows only my friends activities and not mines – Michael Arenzon Jan 17 '12 at 11:29
nad it's not on /me/feed either? How about on /me/statuses ? – DMCS Feb 4 '12 at 21:34
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 23:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.