0
org.brickred.socialauth.exception.SocialAuthConfigurationException: Application keys are not correct. The server running the application should be same that was registered to get the keys.
während meine Anwendungsschlüssel 100%SocialAuthConfigurationException: Anwendungsschlüssel korrekt sind nicht SocialAuth für LinkedIn
korrekt sindapi.linkedin.com.consumer_key = Client Id
api.linkedin.com.consumer_secret = Client Secret
My Class Code
@Override
public void onClick(View v) {
switch (v.getId()) {
case R.id.facebook_login:
mAdapter.authorize(MainActivity.this, SocialAuthAdapter.Provider.FACEBOOK);
break;
case R.id.twitter_login:
mAdapter.authorize(MainActivity.this, SocialAuthAdapter.Provider.TWITTER);
break;
case R.id.linkdin_login:
mAdapter.authorize(MainActivity.this, SocialAuthAdapter.Provider.LINKEDIN);
break;
}
}
und meine SocialAuth Gläser sind:
socialauth-4.4.jar
Ich stehe auch das gleiche Problemsocialauth-android-3.2.jar
I Android-23