Facebook Tutorial: Python for Facebook or PyFacebook tutorial
In this tutorial provided by the facebook developers website, you will learn to use the pyfacebook interface which is a Python interface to the Facebook API.
When uploaded and installed, you just need to the call the new interface in your scripts by adding a line at the top of your script like:
import facebook
And you […]
