Fb:owner-action
From Facebook Developer Wiki
Description
Specifies an action link to be displayed inside a fb:mediaheader when the viewer is the owner of the content
Attributes
| Required | Name | Type | Description | |
| 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>
