Open GoogleCodeExporter opened 8 years ago
today i have a try like this:
<script>
var dialog = {
method: 'fbml.dialog',
display: 'dialog',
fbml: '<fb:header icon="false" decoration="add_border">Hello World!</fb:header><fb:prompt-permission perms="read_stream,publish_stream,email" ></fb:prompt-permission>',
width: 800,
height: 100
};
FB.ui(dialog, function(response) { alert(response); });
</script>
but it is not effect
waiting for you help.....
Original comment by lshaohe2...@gmail.com
on 9 Sep 2010 at 2:46
Original issue reported on code.google.com by
lshaohe2...@gmail.com
on 8 Sep 2010 at 11:08