This is the sample code used in the Force.com webinar 'Social Sign-On with Authentication Providers', presented on April 20 2012 and archived at http://linkgoeshere
- PortalHandler.cls - Registration handler Apex class to create users in a customer portal
- SocialSignOn.page - Site login page with Facebook and Janrain links
- FBLogin.png - Facebook login button
- ssostyle.css - stylesheet to center elements on SocialSignOn.page
- MySiteHome.page - Site home page; just redirects to portal home page via controller
- MySiteHomeController.cls - Controller for MySiteHome