New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-facetools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-facetools

Django Facetools provides a set of features to ease development of Facecbook canvas apps in a Django project.

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

Django Facetools Documentation


Django Facetools provides a set of features to ease development of Facecbook canvas apps in a Django project.

Features:

  • Replacement url template tag as well as the reverse function that convert an internal url into it's facebook canvas equivalent (ex: http://my_app.mycompany.com/canvas/my_view to https://apps.facebook.com/my_app/my_view)
  • Ability to define facebook test users, their permissions, and their initial friends per app. The management command sync_facebook_test_users lets you recreate your test users in your facebook app with one call.
  • FacebookTestCase can be used in place of Django's TestCase. Just specify a test user's name, much like a fixture, and the test client will mock Facebook requests to your canvas app, complete with a valid signed request for the specified test user.
  • Integration with Facebook package Fandjango (https://github.com/jgorset/fandjango)

You can read more at http://readthedocs.org/docs/django-facetools/en/latest/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc