{ "info": { "author": "Tomasz Wysocki", "author_email": "tomasz@wysocki.info", "bugtrack_url": null, "classifiers": [], "description": "facebook-datastore\n========================\n\n.. image:: https://travis-ci.org/pozytywnie/django-facebook-auth.svg\n :target: https://travis-ci.org/pozytywnie/django-facebook-auth\n\nAn application that stores data about Facebook users logged in on your site using Facebook API.\nThis data can be handy for various reasons.\n\n\nUsage\n-----\nCurrently it integrates with https://github.com/pozytywnie/django-facebook-auth and expects FacebookUser object in the constructor.\n\nExample::\n\n from facebook_datastore.engines import UserProfileEngine\n from facebook_auth.models import FacebookUser\n\n user = FacebookUser.objects.get(id=SOME_ID)\n engine = UserProfileEngine(user)\n engine.run()\n\nSuch code should be executed by for example celery - in the background. You will also need a valid user access token.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "facebook-datastore", "package_url": "https://pypi.org/project/facebook-datastore/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/facebook-datastore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/facebook-datastore/3.1.2/", "requires_dist": null, "requires_python": null, "summary": "Facebook Datastore", "version": "3.1.2" }, "last_serial": 1782549, "releases": { "3.1.1": [ { "comment_text": "", "digests": { "md5": "52e30389c3ca8a2c8c024a1f0f0eab7d", "sha256": "6012ec3d2b093bc68c12e37565e61acb75d5d28fc35621604ce02cdf7de55c81" }, "downloads": -1, "filename": "facebook-datastore-3.1.1.tar.gz", "has_sig": false, "md5_digest": "52e30389c3ca8a2c8c024a1f0f0eab7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8451, "upload_time": "2015-06-02T09:45:12", "url": "https://files.pythonhosted.org/packages/c6/4e/1a29e4e49499be04fea0740ac4b53dd83c968db765407d091bc90f74a6b9/facebook-datastore-3.1.1.tar.gz" } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "80304660ed6a52c9fbf9e46cc2e1cfca", "sha256": "9a953543efca4adc126f3e73c63cce5479ba12fda62c04040221d6d18cf9380d" }, "downloads": -1, "filename": "facebook-datastore-3.1.2.tar.gz", "has_sig": false, "md5_digest": "80304660ed6a52c9fbf9e46cc2e1cfca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10266, "upload_time": "2015-10-23T07:31:03", "url": "https://files.pythonhosted.org/packages/85/93/746b6524ca81a255911c2df00d3335bc2581f2c927de42355d93eedccf76/facebook-datastore-3.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80304660ed6a52c9fbf9e46cc2e1cfca", "sha256": "9a953543efca4adc126f3e73c63cce5479ba12fda62c04040221d6d18cf9380d" }, "downloads": -1, "filename": "facebook-datastore-3.1.2.tar.gz", "has_sig": false, "md5_digest": "80304660ed6a52c9fbf9e46cc2e1cfca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10266, "upload_time": "2015-10-23T07:31:03", "url": "https://files.pythonhosted.org/packages/85/93/746b6524ca81a255911c2df00d3335bc2581f2c927de42355d93eedccf76/facebook-datastore-3.1.2.tar.gz" } ] }