 | Login to XWiki from various social sites (Facebook, Twitter, Foursquare, etc.) and interact with them (status, posts, etc.) |
Login to XWiki from various social sites, including Facebook, Twitter but also Google and Google Apps. Based on socialauth.

- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
For versions 2.0 and above
- Setup all API keys you plan on using in a oauth_consumer.properties file, in your /WEB-INF/ directory. Check-out the sample properties file to know which format is expected for each OAuth consumer.
- Set the authclass parameter (xwiki.authentication.authclass) to "org.xwiki.social.authentication.internal.SocialAuthServiceImpl" in xwiki.cfg. If you want a global setup on a XEM (only global users, set xwiki.authentication.socialLogin.globalConfiguration to "1" also in xwiki.cfg.
- Add XWiki.SocialLoginTranslations as an internationalization bundle in your wiki administration (in section Localization)
- Copy the login.vm template available at https://raw.github.com/jvelo/xwiki-social-login/xwiki-social-login-2.0/xwiki-social-login-ui/src/main/webapp/templates/login.vm in your webapp templates folder, or in your custom skin
- Visit the SocialLogin administration section and list all providers you want to expose, one on each line, in the order you want them to appear on the login form. For example :
Facebook
Twitter
Foursquare
- You are done
Older versions
- Setup all API keys you plan on using in a oauth_consumer.properties file, in your /WEB-INF/ directory. Check-out the sample properties file to know which format is expected for each OAuth consumer.
- Add XWiki.SocialLoginTranslations as an internationalization bundle in your wiki administration (in section Localization)
- Copy the login.vm template available at https://raw.github.com/jvelo/xwiki-social-login/xwiki-social-login-0.2/src/main/webapp/templates/login.vm in your webapp templates folder, or in your custom skin
- Visit the SocialLogin administration section and list all providers you want to expose, one on each line, in the order you want them to appear on the login form. For example :
Facebook
Twitter
Foursquare
- You are done
Revamp as a true authenticator, now based on the Social Login Module.
Bug fixes + new APIs
Fixes for playing well with extension manager