Facebook Python LibraryΒΆ
Facebook Python-SDK is a Python client library designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication. You can read more about the Graph API at Facebook API docs.
- Library provides helper methods to:
- Read, write and delete Facebook Graph objects like user, post, event etc.
- Read, write and delete Graph connections like friends, photos tags etc.
- Authenticate a user or detect an authenicated user in a Facebook Connect or Canvas application
If you are using the module within a web application with the JavaScript SDK, you can also use the module to use Facebook for login, parsing the cookie set by the JavaScript SDK for logged in users.
- Installation
Installing/upgrading the library
- Library Methods and Usage
Library User Guide
- Examples
Examples/tutorials