{ "info": { "author": "Jean-Pierre Chauvel", "author_email": "jchauvel@gmail", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "fbauth\n======\n\nRequirements\n============\n* Django 1.6+\n\nInstallation\n============\npip install django-fbauth-templatag\n\nTesting\n=======\n\nYou can try out fbauth using the installed demo included in the project. Just\nrun the `runserver` command to look at the demo.\n\nInstructions\n============\nLoad the `fbauth` template-tag library into your template, then call\n`fbauth_css` inside your `head` tag and call the `fbauth_button` wherever you\nwant the Facebook button to be rendered.\n\nE.g.\n\n```django\n{% load fbauth %}\n\n\n
\n \n