Metadata-Version: 1.1
Name: facebook-python-wrapper
Version: 1.0.1
Summary: Facebook API python client
Home-page: https://github.com/rohitkhatri/facebook-python-sdk
Author: Rohit Khatri
Author-email: developer.rohitkhatri@gmail.com
License: MIT
Description: 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)
Keywords: facebook api python sdk
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
