Dialog:bookmark.add

From Facebook Developer Wiki (FbDevWiki.com)
Jump to: navigation, search
Deprecated Deprecated: Facebook has announced that this method or function should no longer be used and may already no longer function. Deprecated
Broken BROKEN: This page describes a Facebook function or feature that is broken. Broken
Property Type Description Argument Possible Values / Examples
method String The UI dialog to invoke. Required 'bookmark.add'

Example bookmark.add using JavaScript SDK dialog:

FB.ui({
   method: 'bookmark.add',
  },
  function(response) {
  }
);

Personal tools
Namespaces
Variants
Actions
Navigation
Graph API
FQL
Toolbox