https://github.com/vintasoftware/tapioca-facebook
Facebook GraphAPI wrapper using tapioca
https://github.com/vintasoftware/tapioca-facebook
Last synced: about 1 year ago
JSON representation
Facebook GraphAPI wrapper using tapioca
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-facebook
- Owner: vintasoftware
- License: bsd-3-clause
- Created: 2015-01-29T17:24:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T12:42:40.000Z (about 10 years ago)
- Last Synced: 2025-04-19T01:08:29.760Z (about 1 year ago)
- Language: Python
- Homepage: https://www.facebook.com/
- Size: 24.4 KB
- Stars: 28
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapioca Facebook
## Instalation
```
pip install tapioca-facebook
```
## Documentation
``` python
from tapioca_facebook import Facebook
api = Facebook(client_id='{your-client-id}', access_token='{any-valid-access-token}')
```
### Serialization
- datetime
- Decimal
### Deserialization
- datetime
- Decimal
- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!