Have anyone heard Facebook say anything about adding the possibility to specify the privacy when publishing an action? I wonder if it's something they plan for the near future or if it will take longer time for them to implement.

Background

The "App activity privacy" let's the user set who should be able to see actions published by the app. I would like my app to set the privacy for each and every action the app publishes, just as an app can do for wall posts by specifying the "privacy" field.

Edit 2012-05-24

I attended Facebook Developer Garage in Stockholm yesterday and had the opportunity to ask what Facebook's plan is. The answer was that Facebook did think a lot about adding flexible privacy settings, but decided that they want it as simple as possible for the user. They want to let the user decide the privacy settings for everything the app publishes once and the users can currently do this when they add the app. You never know when Facebook change their minds but currently they don't have a plan for decent privacy settings.

link|improve this question

17% accept rate
feedback

2 Answers

Access token generates corresponding to your all permissions which appear on the first startup of the application. Then by using that access token app enables to get some information from user

link|improve this answer
Sry, but you didn't understood the question. The question is about "actions" which are the things visible in the ticker and aggregated in the timeline. – Martin Torhage Nov 10 '11 at 16:27
feedback

Facebook have now added the "privacy" parameter when publishing actions.

See https://developers.facebook.com/docs/opengraph/actions/

Case closed.

Edit: As Angel GarcĂ­a Olloqui pointed out, the privacy field can only have the values ALL_FRIENDS or SELF. Pretty useless for now.

Edit: I added a more complete answer to the question.

link|improve this answer
Well, it supports privacy but only ALL_FRIENDS and SELF, which is almost the same that do not support privacy at all (in general there is little point on creating an action in FB just for yourself) – Angel García Olloqui May 18 at 13:06
True! I didn't see that detail before. Thanks! – Martin Torhage May 22 at 22:31
Angel, I got an answer from a few developers at Facebook. Please see my edit of the original question. – Martin Torhage May 24 at 9:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.