python-facebook-api

A simple Python wrapper around the Facebook Graph API

If you just want to use app access token to get some public data. You can initial an api as follows: In [2]: api = Api(app_id="your app id", app_secret="your app ...

Lee mas