I have a website which hosts events, is registered as an FB App and supports FB Login. When users logged in with Facebook click the 'Like' button (standard Javascript Social Plugin), FB successfully scraps the event page (which has Open Graph tags including FB app ID) and posts to their feed, but the post is always set to the 'Only Me' privacy setting.
A workaround for this is to have the user change the privacy setting for the app in Privacy Settings -> Apps, but ideally I'd like them to select how to share it when they hit the 'Like' button. Is there a way to do that?
I've tried changing the Default Activity Privacy setting for my App, but it has no effect. I assume this is because that setting only applies to Likes issued by my App on the user's behalf, not those initiated by the user through the standard Javascript-generated 'Like' button.