Skip to content

rohitkhatri/facebook-python-sdk

Repository files navigation

facebook-python-sdk

Python - Google API

facebook-python-sdk is a simple client for google api.

Installation

sudo pip install facebook-python-wrapper

Using

from facebook import API
api = API('FACEBOOK_APP_ID', 'FACEBOOK_APP_SECRET', 'ACCESS_TOKEN')

References

profile = api.get_profile()

Contributing

https://github.com/rohitkhatri/facebook-python-sdk