Django Facebook - Test page
By Thierry Schellenbach mellowmorning.com, @tschellenbach
Soon you will be able to check django-facebook.com for more info.
{% load url from future %}
By Thierry Schellenbach mellowmorning.com, @tschellenbach
Soon you will be able to check django-facebook.com for more info.
Thank you for logging in with Facebook. By default you will have the following data available:
Field | Data |
---|---|
First Name: | {{ user.first_name }} |
Last Name: | {{ user.last_name }} |
Gender: | {{ user.profile_or_self.gender }} |
About me: | {{ user.profile_or_self.about_me }} |
Facebook profile url: | {{ user.profile_or_self.facebook_profile_url }} |
Facebook ID: | {{ user.profile_or_self.facebook_id }} |
Date of Birth: | {{ user.profile_or_self.date_of_birth }} |
Website Url: | {{ user.profile_or_self.website_url }} |
Local Image: | |
Hotlinked Image: | |
Likes: |
|
Friends: |
|
Getting More: | Facebook has a ton more data, read about it here. |
You can connect users which registered the old fashioned way, by giving them the following option to connect. Note that we explitly indicate that we are connecting using the connect_facebook=1 value.
{% endif %}