Fb:owner-action

From Facebook Developer Wiki

Revision as of 01:25, 20 November 2008 by James Leszczenski (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Description

Specifies an action link to be displayed inside a fb:mediaheader when the viewer is the owner of the content

Attributes

RequiredNameTypeDescription
required href string the URL corresponding to the action.

Examples

<fb:mediaheader uid="123456"> <fb:header-title>Content header</fb:header-title> <fb:owner-action href="http://google.com">Go to Google</fb:owner-action> </fb:mediaheader>
reference