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 Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page