When I call FB.login() with 'publish_stream' as the requested permission, i.e
FB.login( handleLogin, {scope: 'publish_stream'} );
In the dialog that opens, it only says I'm requesting their basic information, and says nothing about the stream_publish permission.
Is this how its expected to work, and when the user clicks accept, he would give this permission, or do I need to then open a second dialog to request this permission somehow? Any ideas?