Metadata-Version: 1.0
Name: jmbo-facebook
Version: 0.1
Summary: Fetch facebook page updates.
Home-page: http://github.com/praekelt/jmbo-facebook
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Jmbo Facebook
        =============
        **Fetch facebook page updates.**
        
        .. contents:: Contents
            :depth: 5
        
        Installation
        ------------
        
        #. Install or add ``jmbo-facebook`` to your Python path.
        
        #. Add ``jmbo_facebook`` to your ``INSTALLED_APPS`` setting.
        
        
        Usage
        -----
        
        Specify the Facebook application identifier and secret in your settings file::
        
            JMBO_FACEBOOK = {'app_id': 'yourappid', 'app_secret': 'yourappsecret'}
        
        Authors
        =======
        
        Praekelt Foundation
        -------------------
        
        * Hedley Roos
        
        Changelog
        =========
        
        0.1
        ---
        #. First release.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
