Hi Experts
I have recently extracted spar of AURAMART provided out of the box with TeamSite. I found one Login component using FacebookLoginController class to authenticate login. I was unable to find that class com.interwoven.livesite.component.socialmedia.fb.FacebookLoginController which is calling Method Login.
<Data>
<Datum ID="fbAppID" Name="Facebook Application ID" Type="String">447967598600698</Datum>
<Datum ID="logintext" Name="Login Button Text" Type="String">Login</Datum>
<Datum ID="logouttext" Name="Logout Button Text" Type="String">Logout</Datum>
<Datum ID="LoginPage" Type="PageLink" Name="LoginPage" Label="Login Page"><![CDATA[$PAGE_LINK[Login]]]></Datum>
<Datum ID="CreateAcctPage" Type="PageLink" Name="CreateAcctPage" Label="Create Account Page"><![CDATA[$PAGE_LINK[Login]]]></Datum>
<Group ID="G05" Name="Error Messages">
<Datum ID="G05-D04" Name="Error Message" Type="String">Login failed - invalid credentials.</Datum>
</Group>
<Controllers>
<Controller Name="Login">
<Parameters>
<Datum Exposed="true" Type="PageLink" ID="LoginSuccessUrl" Name="LoginSuccessUrl" Label="Destination URL after successful login"><![CDATA[$PAGE_LINK[Home]]]></Datum>
<Datum Exposed="true" Type="PageLink" ID="LoginFailUrl" Name="LoginFailUrl" Label="Destination URL after failed login"><![CDATA[$PAGE_LINK[Home]]]></Datum>
</Parameters>
<Object Scope="local">com.interwoven.livesite.component.socialmedia.fb.FacebookLoginController</Object>
<Method>login</Method>
</Controller>
<Controller Name="Logout">
<Parameters>
<Datum Exposed="true" Type="PageLink" ID="LogoutUrl" Name="LogoutUrl" Label="Destination URL after logout"><![CDATA[$PAGE_LINK[Home]]]></Datum>
</Parameters>
<Object Scope="local">com.interwoven.livesite.runtime.controller.impl.LoginController</Object>
<Method>logout</Method>
</Controller>
</Controllers>
<External>
<Object Scope="local">com.interwoven.livesite.external.runtime.Login</Object>
<Method>login</Method>
</External>
</Data>
Can someone help in this
Manu
TS7.5
LS 7.5