Metadata-Version: 1.0
Name: collective.facebook.accounts
Version: 1.0b1
Summary: UNKNOWN
Home-page: https://github.com/collective/collective.facebook.accounts
Author: Franco Pellegrini
Author-email: frapell@gmail.com
License: GPL
Description: ============================
        collective.facebook.accounts
        ============================
        
        .. contents:: Table of Contents
        
        Overview
        --------
        
        This product allows you to add Facebook accounts to a Plone site.
        
        It uses oAuth authentication.
        
        Prerequisites
        -------------
        
        Facebook accounts are added to the Plone site using a Facebook app. You can
        create your own from https://developers.facebook.com/apps. Make sure to write
        down the app's "App ID/API Key".
        
        Usage
        -----
        
        - Go to the "Site Setup", then to the "Facebook" tool.
        - Choose from the "Permissions" section, which permissions you'll need to use.
          You can get further info on each one, from
          https://developers.facebook.com/docs/reference/api/permissions/
        - Write the "App ID/API Key" from your Facebook app (see prerequisites).
        - Click on "Request user auth"
        - If your browser asks to, click on "Leave this page".
        - Login with the Facebook account you want to use.
        - Allow permission for the app.
        
        Done, you should now be back at your Plone site, and see your account listed
        in the "Accounts" section in the tool.
        
        An expiration date is included too.
        
        If you want to remove an account, simply click on its red cross next to its
        name. Be carefull, it will delete the account without confirmation, and it
        cannot be undone.
        
        Actually posting or getting to/from Facebook
        --------------------------------------------
        
        This product just saves the needed data in order to use the Facebook API.
        You'll need additional products in order to do so, for example
        "collective.facebook.portlets".
        
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``collective.facebook.accounts`` to the list
           of eggs to install ::
        
            [buildout]
            ...
            eggs =
                collective.facebook.accounts
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ''collective.facebook.accounts'' and click the
        'Activate' button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        
        Contributors
        ------------
        
        * Franco Pellegrini (frapell@gmail.com)
        
        * Héctor Velarde (hector.velarde@gmail.com)
        
        * Silvestre Huens (s.huens@gmail.com)
        
        Development sponsored by Open Multimedia.
        
        Changelog
        ---------
        
        1.0b1 (2012-04-05)
        ^^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
Keywords: plone facebook oauth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
