A Python interface to Facebook APIs.
https://github.com/mirumee/fbkit
Based on the pyfacebook library by Samuel Cormier-Iijima.
To use this in your own projects, do the standard:
python setup.py install
You can also install it with pip
pip install fbkit
Have a look at the examples/
directory. Most of the stuff should be self-explanatory.