An open API service indexing awesome lists of open source software.

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

This is a python wrapper for facebook rest api
https://github.com/rohitkhatri/facebook-python-sdk

facebook facebook-api facebook-graph-api

Last synced: 9 months ago
JSON representation

This is a python wrapper for facebook rest api

Awesome Lists containing this project

README

          

facebook-python-sdk
===================
#### Python - Google API

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

## Installation
```
sudo pip install facebook-python-wrapper
```

## Using
```python
from facebook import API
api = API('FACEBOOK_APP_ID', 'FACEBOOK_APP_SECRET', 'ACCESS_TOKEN')
```

## References
```python
profile = api.get_profile()
```

## Contributing
[https://github.com/rohitkhatri/facebook-python-sdk](https://github.com/rohitkhatri/facebook-python-sdk)