ValterSalvador / tapioca-facebook

Facebook GraphAPI wrapper using tapioca

Home Page:https://www.facebook.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tapioca Facebook

Instalation

pip install tapioca-facebook

Documentation

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

  • Explore this package using iPython

  • Have fun!

About

Facebook GraphAPI wrapper using tapioca

https://www.facebook.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 89.3%Language:Makefile 10.7%