facebook-python-sdk is a simple client for google api.
sudo pip install facebook-python-wrapper
from facebook import API
api = API('FACEBOOK_APP_ID', 'FACEBOOK_APP_SECRET', 'ACCESS_TOKEN')
profile = api.get_profile()
https://github.com/rohitkhatri/facebook-python-sdk