Somewhere in the Facebook APIs, is there an ability to publish a stream of events that will only be seen by a specific user in his f开发者_StackOverfloweed (unless he shares them?)
We want to tailor the experience of each user separately.
Yes you can do this, you need to reference the documentation given here. To summarize it, you need to set the privacy
parameter to something like this:
privacy={"value": "CUSTOM", "friends": "SOME_FRIENDS", "allow": "COMMA SEPARATED LIST OF FRIEND'S UIDS"}
精彩评论