Facebook Graph API shows different results in me/home

Posted by elekatonio on Stack Overflow See other posts from Stack Overflow or by elekatonio
Published on 2011-01-15T07:04:18Z Indexed on 2011/01/16 14:53 UTC
Read the original article Hit count: 239

Hi,

When I do a GET with my browser (already logged-in at Facebook):

https://graph.facebook.com/me/home?access_token={token}

the results are different than doing the same via a FB app using Facebook C# SDK.

Specifically, what the API is not returning are feeds posted by other applications.

Why can be this happening? Can't an application retrieve updates from other applications even if it has the read_stream permission?

I even requested for additional permissions: read_stream,user_activities,friends_activities,friends_likes,user_likes,read_requests

but nothing has changed.

What I need is to get ALL and the same stories an user would see at his FB news feed.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-graph-api