Skip to content

pozytywnie/django-facebook-datastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facebook-datastore

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.

About

Collect and store Facebook user profile data in your projets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages