I am using SocialAuth
libraries to authenticate against Facebook in my jsf
application. I am getting java.lang.reflect.InvocationTargetException
exception with no message from org.brickred.socialauth.SocialAuthManager
The probable statement causing this is:
String providerUrl = manager.getAuthenticationUrl(Common.FACEBOOK_AS_ID, Common.SOCIAL_AUTH_REDIRECT_URL);
Any clue guys. Any helps will be greatly appreciated.