I am using ASP.NET and C # along with the latest Facebook SDK API from codeplex (Graph API). I would like to receive all news content (registered user) as a JSON object. Using the permission of "read_stream", I do not get:
There are messages in "friends" that indicate that my friends have new friends. These messages appear in my news feed when on facebook.com.
Premises of the style “X were tagged in the photograph”, which indicate that one of my friends are now tagged in the photograph. This type of message also appears in my news feed when on facebook.com.
I tried to find a way to get this data using API methods using different types of permissions using FQL queries, but I couldn’t ... can you help with this? Is there a direct way to get this data? Thank!
source
share