Facebook Portlet v2.0-alpha-1
Copyright © 2011 Duke University
Written by Gary Weaver
License
The license is located with the code here.
Source
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.
cd rel-2.0-alpha-1 emacs src/main/resources/facebook.properties
Build
To build, you must be using Maven 2 or possibly 3 and:
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.
Questions/Feedback
Please post all questions/feedback on the uportal-users list. If you are absolutely sure it is a bug in the portlet, please add a ticket in the Jira project listed on the main page for this portlet.