/fbkit

fbkit — a Python interface to Facebook APIs

Primary LanguagePythonOtherNOASSERTION

fbkit

A Python interface to Facebook APIs.

https://github.com/mirumee/fbkit

Based on the pyfacebook library by Samuel Cormier-Iijima.

Usage

To use this in your own projects, do the standard:

python setup.py install

You can also install it with pip

pip install fbkit

Documentation

Have a look at the examples/ directory. Most of the stuff should be self-explanatory.