开发者

Help me in finding all possible cases for Facebook Posts' privacy options

For a little application of mine,

I am looking for all the possible cases for Facebook Posts' privacy options, so that I can classify a particular Video update in the corresponding category.

I am able to find the following until now:

NO_PRIVACY            :: Visible to everyone, regardless of Privacy Settings
SELF                  :: Set to Privacy: Only Me = SELF
EVERYONE              :: Set to Privacy: Everyone = EVERYONE
FRIENDS_OF_FRIENDS    :: Set to Privacy: Friends of Friends = FRIENDS_OF_FRIENDS + EVERYONE + CUSTOM::FRIENDS_OF_FRIENDS
NETWORKS_FRIENDS      :: Set to Privacy: Networks and Friends = EVERYONE + NETWORKS_FRIENDS
AL开发者_开发技巧L_FRIENDS           :: Set to Privacy: Friends Only = EVERYONE + ALL_FRIENDS + FRIENDS_OF_FRIENDS + NETWORKS_FRIENDS + CUSTOM::ALL_FRIENDS + CUSTOM::FRIENDS_OF_FRIENDS
ONLY_NETWORKS         :: Set to Privacy: All Networks, No Friends = EVERYONE + NETWORK_FRIENDS + DESCRIPTION::NETWORKS
NETWORK FOR           :: Set to Privacy: A particular Network
SOME_FRIENDS FOR      :: Set to Privacy: Visible to particular friend

Can you add a case I've missed to these privacy settings, or maybe I've arranged some privacy wrongly??

Additionally, though not required, can some one help me list all the Facebook Connections, which does possess a stream of their own, e.g. photos, videos, links, events, etc. Each of them can have a stream of their own. I am looking for all such possible values, where the updates in a user's account can be divided into smaller components/streams.. The streams can be very obvious like Statuses, or something unusual like relationships...


For privacy options i dont think you have left anyone.

And list of connections is very long so consider looking here: http://developers.facebook.com/docs/reference/api/user/


How you were able to find them? they are clearly stated in the documentation. Am I missing the question here?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜