Metadata-Version: 2.1
Name: facebookapi
Version: 0.0.3
Summary: Facebook API handler.
Home-page: https://github.com/xcollantes/facebook-api
Author: Xavier
Author-email: collantes.xavier@gmail.com
License: UNKNOWN
Description: Facebook API handler automates token management for sending and receiving common transactions. 
        
        Official Facebook Graph API [documentation](https://developers.facebook.com/docs/graph-api/reference/user).  
        
        # Getting Started
        1. Make a copy of `config.yaml.template` called `config.yaml`.
        1. Find user info and place in `config.yaml`. //(TODO): Facebook API UI instructions. 
        1. 
        
        # Functions
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
