Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>See <a href="https://developers.facebook.com/docs/reference/dialogs/feed/" rel="nofollow">https://developers.facebook.com/docs/reference/dialogs/feed/</a></p> <p>app_id: Your app's unique identifier. Required.</p> <p>redirect_uri: The URL to redirect to after a person clicks a button on the dialog. Not required for Android SDK usage.</p> <p>display: Determines how the dialog is rendered. Not required for Android SDK usage.</p> <p>from: The ID or username of the person posting the message. If this is unspecified, it defaults to the current person. If specified, it must be the ID of the person or of a page that the person administers.</p> <p>to: The ID or username of the profile that this story will be published to. If this is unspecified, it defaults to the value of from.</p> <p>link: The link attached to this post</p> <p>picture: The URL of a picture attached to this post. The picture must be at least 200px by 200px. See our documentation on maximizing distribution for media content for more information on sizes.</p> <p>source: The URL of a media file (either SWF or MP3) attached to this post. If both source and picture are specified, only source is used.</p> <p>name: The name of the link attachment.</p> <p>caption: The caption of the link (appears beneath the link name). If not specified, this field is automatically populated with the URL of the link.</p> <p>description: The description of the link (appears beneath the link caption). If not specified, this field is automatically populated by information scraped from the link, typically the title of the page.</p> <p>properties: A JSON object of key/value pairs which will appear in the stream attachment beneath the description, with each property on its own line. Keys must be strings, and values can be either strings or JSON objects with the keys text and href.</p> <p>actions: A JSON array containing a single object describing the action link which will appear next to the 'Comment' and 'Like' link under posts. The contained object must have the keys name and link.</p> <p>ref: A string (must be less than 50 characters and contain only alphanumeric or +/=-.:_ characters) reference for the category of feed post. This category is used in Facebook Insights to help you measure the performance of different types of post</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload