Installation¶
The SDK currently supports Python 2.6, 2.7, and 3.3. The requests package is required.
We recommend using pip and virtualenv to install the SDK. Please note that the SDK’s Python package is called facebook-sdk:
virtualenv facebookenv
source facebookenv/bin/activate
pip install facebook-sdk