Fb:visible-to-app-users
From Facebook Developers Wiki
Contents |
[edit] Description
Displays the enclosed content only if the viewer has granted full permissions to the application.[verify]
[edit] Attributes
| Required | Name | Type | Description | |
| bgcolor | color | The color of the blank box shown to users who do not own the app. |
[edit] Examples
| <fb:visible-to-app-users> Welcome users! </fb:visible-to-app-users> |
[edit] Notes
- This is new to FBML v1.1.
- Do not use this tag to display private or sensitive information. Content inside this tag is rendered to all users' browsers, including those who have not granted full permissions to the application. For those who have not done so, the content is shown as white space on the page but it is still visible by viewing the page source.
