Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 520 Bytes

README.textile

File metadata and controls

21 lines (11 loc) · 520 Bytes

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.