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
- Host: GitHub
- URL: https://github.com/rohitkhatri/facebook-python-sdk
- Owner: rohitkhatri
- License: mit
- Created: 2019-02-16T18:08:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:53:37.000Z (about 3 years ago)
- Last Synced: 2025-09-25T11:56:44.031Z (9 months ago)
- Topics: facebook, facebook-api, facebook-graph-api
- Language: Python
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)