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.
Release files for facebook-datastore 3.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| facebook-datastore-3.1.2.tar.gz | 10.3 kB | Details |
Release files / facebook-datastore-3.1.2.tar.gz
| Download URL | facebook-datastore-3.1.2.tar.gz |
|---|---|
| Size | 10.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9a953543efca4adc126f3e73c63cce5479ba12fda62c04040221d6d18cf9380d
|
|
BLAKE2b-256 checksum How to use checksums |
8593746b6524ca81a255911c2df00d3335bc2581f2c927de42355d93eedccf76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |