{ "info": { "author": "Mikko Hellsing", "author_email": "mikko@aino.se", "bugtrack_url": null, "classifiers": [], "description": "Facebook Python SDK\n====\n\nThis client library is designed to support the\n[Facebook Graph API](http://developers.facebook.com/docs/api) and the official\n[Facebook JavaScript SDK](http://github.com/facebook/connect-js), which is\nthe canonical way to implement Facebook authentication. You can read more\nabout the Graph API at [http://developers.facebook.com/docs/api](http://developers.facebook.com/docs/api).\n\nBasic usage:\n\n graph = facebook.GraphAPI(oauth_access_token)\n profile = graph.get_object(\"me\")\n friends = graph.get_connections(\"me\", \"friends\")\n graph.put_object(\"me\", \"feed\", message=\"I am writing on my wall!\")\n\nIf you are using the module within a web application with the\n[JavaScript SDK](http://github.com/facebook/connect-js), you can also use the\nmodule to use Facebook for login, parsing the cookie set by the JavaScript SDK\nfor logged in users. For example, in Google AppEngine, you could get the\nprofile of the logged in user with:\n\n user = facebook.get_user_from_cookie(self.request.cookies, key, secret)\n if user:\n graph = facebook.GraphAPI(user[\"oauth_access_token\"])\n profile = graph.get_object(\"me\")\n friends = graph.get_connections(\"me\", \"friends\")\n\nYou can see a full AppEngine example application in examples/appengine.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aino/python-fb", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-fb", "package_url": "https://pypi.org/project/python-fb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-fb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aino/python-fb" }, "release_url": "https://pypi.org/project/python-fb/0.2/", "requires_dist": null, "requires_python": null, "summary": "This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication.", "version": "0.2" }, "last_serial": 4528476, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5db14452b143acb90e31e21a475c28ed", "sha256": "f6c4ae196f3435aa550fd306ecffeaaf2014b490b96e4f2f316afe9702b05e59" }, "downloads": -1, "filename": "python-fb-0.1.tar.gz", "has_sig": false, "md5_digest": "5db14452b143acb90e31e21a475c28ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4082, "upload_time": "2011-05-05T12:29:19", "url": "https://files.pythonhosted.org/packages/05/d9/3e284a925048fdc953ccfc4f1422219f5b8574d61ec21748186e6a9f78bc/python-fb-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "fce524aa0e9a7b6adafab363569b6011", "sha256": "85f4c5247804b63b98e590de96fd6dde5b68e413e4406eba572616e3576a0cb3" }, "downloads": -1, "filename": "python-fb-0.2.tar.gz", "has_sig": false, "md5_digest": "fce524aa0e9a7b6adafab363569b6011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4099, "upload_time": "2011-06-15T16:29:43", "url": "https://files.pythonhosted.org/packages/76/70/f7d0d125450f8d61551df9d505e9275ee6d2e93e2625dbb7cb380318bea5/python-fb-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fce524aa0e9a7b6adafab363569b6011", "sha256": "85f4c5247804b63b98e590de96fd6dde5b68e413e4406eba572616e3576a0cb3" }, "downloads": -1, "filename": "python-fb-0.2.tar.gz", "has_sig": false, "md5_digest": "fce524aa0e9a7b6adafab363569b6011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4099, "upload_time": "2011-06-15T16:29:43", "url": "https://files.pythonhosted.org/packages/76/70/f7d0d125450f8d61551df9d505e9275ee6d2e93e2625dbb7cb380318bea5/python-fb-0.2.tar.gz" } ] }