Plone and Facebook integration Documentation

This document is intended for Plone developers who want to:

  • let Plone contents be OpenGraph enabled
  • let Facebook user be authenticated in Plone

collective.fb is a bundle that:

  1. includes the collective.opengraph package
  2. will include another PAS plugin package that will let users login using their Facebook account

The collective.opengraph package will also be a dependency for the PAS plugin.

The two sides

Of course, you have to proceed into two steps on two different platform.

Other

Table Of Contents




Edit this document

The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.

  1. Go to Plone and Facebook integration Documentation on GitHub.
  2. Press the Fork button. This will create your own personal copy of the documentation.
  3. Edit files using GitHub's text editor in your web browser
  4. Fill in the Commit message text box at the end of the page telling why you did the changes. Press the Propose file change button next to it when done.
  5. Then head to the Send a pull request page (you won't need to fill in any additional text). Just press Send pull request button.
  6. Your changes are now queued for review under project's Pull requests tab on Github.

For basic information about updating this manual and Sphinx format please see Writing and updating the manual guide.