Metadata-Version: 1.1
Name: tapioca-facebook
Version: 0.2.4
Summary: Facebook GraphAPI wrapper using tapioca
Home-page: https://github.com/vintasoftware/tapioca-facebook
Author: Filipe Ximenes
Author-email: filipeximenes@gmail.com
License: BSD
Description: Tapioca Facebook
        ================
        
        What's Tapioca?
        ---------------
        
        https://github.com/vintasoftware/tapioca-wrapper
        
        Instalation
        -----------
        
        pip install tapioca-facebook
        
        Documentation
        -------------
        
        Initializing
        ~~~~~~~~~~~~
        
        .. code:: python
        
            from tapioca_facebook import Facebook
        
            api = Facebook(client_id='{your-client-id}', access_token='{any-valid-access-token}')
        
        No more documentation needed.
        
        -  Learn how Tapioca works
           `here <https://github.com/vintasoftware/tapioca-wrapper>`__
        -  Explore this package using iPython
        -  Have fun!
        
Keywords: tapioca-facebook
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
