mscerts.net
 
Adaptive Technologies
Adobe AIR Apps
Artistic Software
Communications
Database
Desktop Environment
Documentation
Education
Games
Home Automation
Information Management
Internet
Multimedia
Office
Printing
Programming
Religion
Science
Science and Engineering
Security
System
Terminals
Text Editing&Processing
Utilities
 
 
myGengo 1.2.0
corejet.jira 1.0 Alpha 1
jsoncmd 0.0
correct_pycountry 0.12.2
Monsters 1.0
corejet.core 1.0 Alpha 1
Scope::Container::DBI 0.04
DBIx::DataModel 1.27
Word Golf 0.2.1
Plack::Middleware::LogWarn 0.001002
 
 
 

django-facebook 1.0

Facebook open graph API auth backend implementation using the Django web framework and Python

django-facebook is a Django app that provides login and registration functionality using the new facebook open graph API.

 * Actually creates user models and profiles
 * Robust facebook user data -> django account conversion

Implementation:

Step 1 - Settings

Define the settings in django_facebook/settings.py in your settings.py file.

Step 2 - Url config

add

 url(r'^facebook/', include('django_facebook.urls')),

to your global url.py file.

Step 3 - Ensure the FB JS api is available on all pages you want to login

[Facebook JS API](http://developers.facebook.com/docs/reference/javascript/)

Step 4 - Update your models

Add to your user profile model

 about_me = models.TextField(blank=True, null=True) facebook_id = models.IntegerField(blank=True, null=True) facebook_name = models.CharField(max_length=255, blank=True, null=True) facebook_profile_url = framework_fields.URLTextField(blank=True, null=True) website_url = framework_fields.URLTextField(blank=True, null=True) blog_url = framework_fields.URLTextField(blank=True, null=True) image = models.ImageField(blank=True, null=True) date_of_birth = models.DateField(blank=True, null=True)

Step 5 - Template

See examples/connect.html.

For more details, see the [Facebook docs](http://developers.facebook.com/docs/).

Requirements:

· Python
· Django
· django.contrib.auth
· django-registration
· python-cjson

  Other
-   Jinja2Pipe 0.1.0
-   RedisPipe 0.1.0
-   ErrorDocument 0.2.1
-   URLConvert 0.3.0
-   func-inventory-notifier 0.2.2
-   wphp 0.1
-   django-indexer 0.2
-   FlashMessage 0.1.1
-   django-livevalidation 0.1.1
-   cmsplugin-contact 0.9
-   django-cache-utils 0.5.1
-   htmlpetro 0.2-1
-   django-uuidfield 0.1
-   DjangoOpenInviter 1.0
-   peppercorn 0.3
-   django-mptt 0.3.0
-   htmlpetrol 0.3-2
-   GiPSy Flight Manager 1.6.5
-   Auto Dial 9
-   Email This! 2.3.0
 
 
                mscerts.net