Facebook 2008 FBML Betriebsanweisung Seite 17

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 159
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 16
facebook FBML Reference Guide Page 17 of 159
Fb:if-is-app-user
Description
Displays the enclosed content only if the specified user has accepted the terms of service of the application. Use
<fb:if-user-has-added-app> to determine whether the user has added the application to their account.
Attributes
Required Name Type Description
optional uid
int
The user ID to check. (default value is loggedinuser)
Examples
<fb:if-is-app-user uid="12345">
Here's the user's score: 55555!
<fb:else>That user hasn't signed up for the app!</fb:else>
</fb:if-is-app-user>
<fb:if-is-app-user>
Your score: 55555!
<fb:else>You should sign up and play!</fb:else>
</fb:if-is-app-user>
Notes
As of FBML v1.1 you can use this tag only on a canvas page.
www.yapish.com
Seitenansicht 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 158 159

Kommentare zu diesen Handbüchern

Keine Kommentare