{ "info": { "author": "Guido Castillo G\u00f3mez", "author_email": "gcasgo@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# django-fbauth\n\nSimple facebook auth for Django.\n\n## Installation\n\n1. Clone the source code or use `pip`:\n\n pip install django-fbauth\n\n## Setup\n\n1. Add URL-patterns:\n\n url(r'^', include('chimbotedev.apps.fbauth.urls')),\n\n2. Open `settings.py` and add `'fbauth'` to your `INSTALLED_APPS`:\n\n 'fbauth',\n\n3. Define the following settings in your `settings.py` file::\n\n FACEBOOK_API_KEY = \"\"\n FACEBOOK_SECRET = \"\"\n\n## Usage\n\n1. Login:\n\n {% url 'fb_login' %}\n\n2. Logout:\n\n {% url 'fb_logout' %}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/pytel/django-fbauth", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "django-fbauth", "package_url": "https://pypi.org/project/django-fbauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fbauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/pytel/django-fbauth" }, "release_url": "https://pypi.org/project/django-fbauth/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple facebook auth for Django.", "version": "0.0.1" }, "last_serial": 868342, "releases": { "0.0.1": [] }, "urls": [] }