Skip to main content

Facebook Datastore

Project description

https://travis-ci.org/pozytywnie/django-facebook-auth.svg

An application that stores data about Facebook users logged in on your site using Facebook API. This data can be handy for various reasons.

Usage

Currently it integrates with https://github.com/pozytywnie/django-facebook-auth and expects FacebookUser object in the constructor.

Example:

from facebook_datastore.engines import UserProfileEngine
from facebook_auth.models import FacebookUser

user = FacebookUser.objects.get(id=SOME_ID)
engine = UserProfileEngine(user)
engine.run()

Such code should be executed by for example celery - in the background. You will also need a valid user access token.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

facebook-datastore-3.1.2.tar.gz (10.3 kB view hashes)

Uploaded Source

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