When I do a GET with my browser (already registered on Facebook):
https://graph.facebook.com/me/home?access_token= {token}
the results are different from the results using the FB application using the Facebook C # SDK.
In particular, the fact that the API does not return are channels sent by other applications.
Why can this happen? Can an application receive updates from other applications, even if it has read_stream permission?
I even requested additional permissions: read_stream, user_activities, friends_activities, friends_likes, user_likes, read_requests
but nothing has changed.
I need to get ALL the same stories that the user will see in his FB news feed.
source share