Dialog:stream.publish

From Facebook Developer Wiki (FbDevWiki.com)
Jump to: navigation, search
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) {
  }
);

Personal tools
Namespaces
Variants
Actions
Navigation
Graph API
FQL
Toolbox