facebook graph api - Getting the privacy setting of a status message? -


does know if it's possible query privacy settings status updates? know can them photo albums, application useful able pull random status message while , "you shared post everyone, still today?" see how people's attitudes sharing online change.

i'm not after fancy, "friends", "public" or "custom" great.

cheers

if it's user's own status updates (i.e person who's using app) obtained, there's privacy field on post objects, , example /feed connection is:

 "privacy": {         "description": "friends; except: restricted",          "value": "custom",          "friends": "all_friends",          "deny": "< id of restricted list >" } 

if it's on friend of current user's wall i'm not sure if/how retrieve same data


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -