I use Facebook-C#-SDK 5.0.3 FacebookClient.Post("me/events", [parameters including "privacy" => "secret"]). The new event shows as "Private Event" on my Facebook. However, my friends see the event appear on their Wall, and when they click on the event they see it as "Public Event".
I am trying to create test events for debugging purposes, but even though I see the event as "Private Event", and when I edit the event the three checkboxes are cleared: -- Anyone can view and RSVP (public event) -- Guests can invite Friends -- Show the guest list on the event page the event is still visible and announced to all my friends. They can't RSVP, but they do get the UX to post to the event's wall.
Thanks, Jon