Currently I'm working on a simple Facebook App which posts message to boards of different users. I got this to work, but we don't want to show this message in the timeline. Of course the best solution for this is sending a private message, but for my understanding the API is currently not able to do that.
So my question is: following this https://developers.facebook.com/docs/reference/api/post/ API description should I use the NO_FRIEND flag in the privacy setting to prevent it for showing in the timeline? Or ar there other flags that can do that?
Thanks in advance,