Skip to content

Instantly share code, notes, and snippets.

@kirkconnell
Created May 1, 2012 23:30
Show Gist options
  • Save kirkconnell/2572352 to your computer and use it in GitHub Desktop.
Save kirkconnell/2572352 to your computer and use it in GitHub Desktop.
Liquid Template to test fb liquid drops
<ul>
<li>
User Locale: {{ fb.user.locale }}
</li>
<li>
User Country: {{ fb.user.country }}
</li>
<li>
Min Age: {{ fb.user.age.min }}
</li>
<li>
Max Age: {{ fb.user.age.max }}
</li>
<li>
App Data: {{ fb.app_data }}
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment