How do I check if the user has already allowed your application to publish on his stream (to avoid the momentarily popup menu). Currently I'm simply using this JavaScript code:
<script>
<!--
Facebook.showPermissionDialog('publish_stream,read_stream');
//-->
</script>