{% include 'hackathon/base.html' %}

Foursqure API Example

Get Basic User Info

User ID {{data.id}}
First Name {{data.firstName}}
Last Name ID {{data.lastName}}
Gender {% if data.gender == 'none' %} Not Specified {% else %} {{data.gender}} {% endif %}
Email {{data.contact.email}}
Num. of Friends {{data.friends.count}}
Num. of Check Ins {{data.checkins.count}}