Dialog:stream.publish
From Facebook Developer Wiki (FbDevWiki.com)
Property | Type | Description | Argument | Possible Values / Examples |
---|---|---|---|---|
method | String | The UI dialog to invoke. | Required | 'stream.publish'
|
Example stream.publish using JavaScript SDK dialog:
FB.ui({ method: 'stream.publish', }, function(response) { } );