...
Download the source code from here using the following command on your terminal.
Code Block $ svn checkout https://svn.wso2.org/repos/wso2/people/isura/org.wso2.carbon.identity.application.authenticator.social/
Navigate to the folder you just downloaded, which contains the
pom.xml
file and build the source code by running the following command on your terminal.Code Block $ mvn clean install
- Copy the
org.wso2.carbon.identity.application.authenticator.social.facebook2-5.0.0.jar
file found inside the target folder and paste it in the<IS_HOME>/repository/components/dropins
folder.
...