Skip to main content

Simple facebook auth for Django.

Project description

# django-fbauth

Simple facebook auth for Django.

## Installation

  1. Clone the source code or use pip:

    pip install django-fbauth

## Setup

  1. Add URL-patterns:

    url(r’^’, include(‘chimbotedev.apps.fbauth.urls’)),

  2. Open settings.py and add ‘fbauth’ to your INSTALLED_APPS:

    ‘fbauth’,

  3. Define the following settings in your settings.py file:

    FACEBOOK_API_KEY = ""
    FACEBOOK_SECRET = ""

## Usage

  1. Login:

    {% url ‘fb_login’ %}

  2. Logout:

    {% url ‘fb_logout’ %}

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page