I'm trying a couple of different ways to show the "publish_stream" extended permissions dialog. Each time I see a blank dialog with title "Request for Special Permissions" show up for a brief few seconds then disappear. I'm doing some very straight-forward stuff:
<script>
Facebook.showPermissionDialog('publish_stream');
</script>
I also see the problem with clicking
<fb:prompt-permission perms="publish_stream">Grant Permission</fb:prompt_permission>
Both have the same problem. I have tried this out on Firefox (under Ubuntu and Windows) and IE
Am I going nuts? Is there something I need to change about my facebook app (in terms of settings) to get this to work?
Another note, If I do "showPermissionsDialog" with another permission, say "offline_access" it works. Other facebook dialogs also work. Seems to be localized to the publish_stream extended permission.