Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Facebook Portlet v2.0-alpha-1

Copyright © 2011 Duke University

...

The license is located with the code here.

Source

Code Block

svn co https://source.jasig.org/sandbox/FacebookPortlet/tags/rel-2.0-alpha-1/

Configuration

To configure the portlet, change the facebook.properties file to include the Facebook application id and application name. See facebook.properties for more info.

Build

To build, you must be using Maven 2 or possibly 3 and:

Code Block

mvn clean install

Deploy

You must follow the instructions for your specific portal to deploy. Deployment alters web.xml. Without the change resulting from deployment, the war does not have what it needs to be recognized by the portal.

Publishing

Follow the instructions that come with your portal.

Styling/CSS

This portlet assumes that all styling for it will be done in the skin. It uses the CSS classes defined in PLT.C in JSR-168/JSR-286 where appropriate.

...